diff options
Diffstat (limited to 'src/cmd_server.cpp')
-rw-r--r-- | src/cmd_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_server.cpp b/src/cmd_server.cpp index 367c8febc..bd41e5595 100644 --- a/src/cmd_server.cpp +++ b/src/cmd_server.cpp @@ -21,6 +21,6 @@ void cmd_server::Handle (const char** parameters, int pcnt, userrec *user) { - WriteServ(user->fd,"666 %s :You cannot identify as a server, you are a USER. IRC Operators informed.",user->nick); + user->WriteServ("666 %s :You cannot identify as a server, you are a USER. IRC Operators informed.",user->nick); WriteOpers("*** WARNING: %s attempted to issue a SERVER command and is registered as a user!",user->nick); } |