]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chanserv/chanserv_messages.h
Update USERS command to have silly restriction on "helpers" as per helpmod2.
[irc/quakenet/newserv.git] / chanserv / chanserv_messages.h
index d25fa37ef885a63d5418cb0df163cd81299a189b..1a0ea6a0ac739a12d31c5f28bec9b4748ec4f1bf 100644 (file)
@@ -201,6 +201,7 @@ BeginMessages() {
   msg(QM_USERSHEADER, "Users currently on $0:\nNick            Username        Flags        Host", "s"),
   msg(QM_EMPTYCHAN, "Channel $0 is currently empty.", "s"),
   msg(QM_USERSSUMMARY, "Total $0 users: $1 opped, $2 voiced, $3 others, $4 with flags ($5 ops, $6 masters)", "ddddddd"),
+  msg(QM_OPERONCHAN, "You cannot use $0 on $1 since an oper is on the channel.","ss"),
 } 
 EndMessages()
 #endif