summaryrefslogtreecommitdiff
path: root/src/cmd_summon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_summon.cpp')
-rw-r--r--src/cmd_summon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_summon.cpp b/src/cmd_summon.cpp
index c323e2e3c..e85981a50 100644
--- a/src/cmd_summon.cpp
+++ b/src/cmd_summon.cpp
@@ -21,5 +21,5 @@
void cmd_summon::Handle (const char** parameters, int pcnt, userrec *user)
{
- WriteServ(user->fd,"445 %s :SUMMON has been disabled (depreciated command)",user->nick);
+ user->WriteServ("445 %s :SUMMON has been disabled (depreciated command)",user->nick);
}