Sfoglia il codice sorgente

irc.c (request_op): Fixed a typo
chan.c (target_priority): Reverted to old method


svn: 137

Bryan Drewery 23 anni fa
parent
commit
e48d39c4dd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/mod/irc.mod/irc.c

+ 1 - 1
src/mod/irc.mod/irc.c

@@ -514,7 +514,7 @@ Context;
     ml = ml->next;
   }
   if (!i) {
-    putlog(LOG_GETIN, "@", STR("Noone to ask for ops on %s"), chan->dname);
+    putlog(LOG_GETIN, "@", STR("No one to ask for ops on %s"), chan->dname);
     return;
   }
   /* first scan for bots on my server, ask first found for ops */