summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/channels.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 4ff1e6aa1..9de50cf26 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -614,7 +614,7 @@ void kick_channel(userrec *src,userrec *user, chanrec *Ptr, char* reason)
}
else
{
- WriteServ(src->fd,"482 %s %s :You must be at least a half-operator to change modes on this channel",src->nick, Ptr->name);
+ WriteServ(src->fd,"482 %s %s :You must be at least a half-operator",src->nick, Ptr->name);
}
return;