mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Add 'you are a nub' messages to /squit and /connect stubs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3570 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
945dda1089
commit
9c65ad17c7
@ -36,6 +36,7 @@ using namespace std;
|
||||
*/
|
||||
void cmd_connect::Handle (char **parameters, int pcnt, userrec *user)
|
||||
{
|
||||
WriteServ(user->fd, "NOTICE %s :You are a nub. Load a linking module.", user->nick);
|
||||
}
|
||||
|
||||
|
||||
|
@ -61,8 +61,10 @@ extern std::vector<userrec*> all_opers;
|
||||
extern std::vector<userrec*> local_users;
|
||||
extern userrec* fd_ref_table[MAX_DESCRIPTORS];
|
||||
|
||||
/*
|
||||
* This is handled by the server linking module, if necessary. Do not remove this stub.
|
||||
*/
|
||||
void cmd_squit::Handle (char **parameters, int pcnt, userrec *user)
|
||||
{
|
||||
WriteServ(user->fd, "NOTICE %s :You are a nub. Load a linking module.", user->nick);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user