Selaa lähdekoodia

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

* 58-ducch-flag-a-spam:
  Fix spelling of 'privilege'
Bryan Drewery 13 vuotta sitten
vanhempi
commit
1a6e860041
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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);
       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.
     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 */
   /* Get current flags and display them */