mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Make these notices a little more helpful
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7505 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
a25ebde227
commit
7b9d883eec
@ -28,6 +28,6 @@ extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
|||||||
*/
|
*/
|
||||||
CmdResult cmd_connect::Handle (const char** parameters, int pcnt, userrec *user)
|
CmdResult cmd_connect::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_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,6 @@ extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
|||||||
|
|
||||||
CmdResult cmd_squit::Handle (const char** parameters, int pcnt, userrec *user)
|
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;
|
return CMD_FAILURE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user