Просмотр исходного кода

Merge branch '58-ducch-flag-a-spam' into next

* 58-ducch-flag-a-spam:
  Fix spelling of 'privilege'
Bryan Drewery 13 лет назад
Родитель
Сommit
1a6e860041
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/cmds.c

+ 2 - 2
src/cmds.c

@@ -2672,8 +2672,8 @@ static void cmd_chattr(int idx, char *par)
       update_mod(hand, dcc[idx].nick, "chattr", chg);
     }
     if (chg && (pls.global & USER_ADMIN)) { // +a was used, warn that this is admin and not auto-op.
-      dprintf(idx, "WARNING: You have just used +a, which is an ADMIN priviledge.\n");
-      dprintf(idx, "If you intended to use the AUTO-OP priviledge, please use +O instead.\n");
+      dprintf(idx, "WARNING: You have just used +a, which is an ADMIN privilege.\n");
+      dprintf(idx, "If you intended to use the AUTO-OP privilege, please use +O instead.\n");
     }
   }
   /* Get current flags and display them */