diff options
| author | 2007-07-23 18:04:57 +0000 | |
|---|---|---|
| committer | 2007-07-23 18:04:57 +0000 | |
| commit | 7b9d883eec813a828f2f5afc5d04148b933d643f (patch) | |
| tree | 43b3487eb0c809b2fd8e04ffa7eb2b199d439496 /src/cmd_squit.cpp | |
| parent | Bit more tidying. Add some comments here, too. (diff) | |
Make these notices a little more helpful
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7505 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_squit.cpp')
| -rw-r--r-- | src/cmd_squit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_squit.cpp b/src/cmd_squit.cpp index 57105109b..49360d84f 100644 --- a/src/cmd_squit.cpp +++ b/src/cmd_squit.cpp @@ -27,6 +27,6 @@ extern "C" DllExport command_t* init_command(InspIRCd* Instance) CmdResult cmd_squit::Handle (const char** parameters, int pcnt, userrec *user) { - user->WriteServ( "NOTICE %s :You are a nub. Load a linking module.", user->nick); + user->WriteServ( "NOTICE %s :Look into loading a linking module (like m_spanningtree) if you want this to do anything useful.", user->nick); return CMD_FAILURE; } |
