]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chanserv/chanserv_messages.h
CHANSERV: replace NOINFO flag with new one: INACTIVE/+I, used for users that have...
[irc/quakenet/newserv.git] / chanserv / chanserv_messages.h
index 91b7a069332a278ae798207c350c23f6c28cde00..d31b09c96b4a5978e2924a77845c8693e86398b9 100644 (file)
@@ -241,6 +241,7 @@ BeginMessages() {
   msg(QM_TITLEHEADER,"Available titles:\n  #  Title",""),
   msg(QM_INVALIDTITLE,"Invalid title ID.",""),
   msg(QM_TITLETOOFAST,"You have already changed your title recently.  Please wait a while and try again.",""),
+  msg(QM_INACTIVEACCOUNT,"This account has not yet been activated.",""),
 } 
 EndMessages()
 #endif