1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 03:16:37 +02:00

Tell users to use NickServ for registering nicks, not chanserv...

This commit is contained in:
lethality
2012-02-24 01:50:21 +00:00
parent ba32aad4cb
commit fde40dee7a
+1 -1
View File
@@ -123,7 +123,7 @@ class CommandCSRegister : public Command
"NOTICE: In order to register a channel, you must have\n"
"first registered your nickname. If you haven't,\n"
"\002%s%s HELP\002 for information on how to do so."),
source.owner->nick.c_str(), source.owner->nick.c_str(), Config->UseStrictPrivMsgString.c_str(), source.owner->nick.c_str(), Config->UseStrictPrivMsgString.c_str(), source.owner->nick.c_str());
source.owner->nick.c_str(), source.owner->nick.c_str(), Config->UseStrictPrivMsgString.c_str(), source.owner->nick.c_str(), Config->UseStrictPrivMsgString.c_str(), Config->NickServ.c_str());
return true;
}
};