summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 726318a23..7ef71ff3a 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -2618,7 +2618,7 @@ void process_modes(char **parameters,userrec* user,chanrec *chan,int status, int
WriteChannelWithServ(ServerName,chan,user,"MODE %s %s",chan->name,outstr);
// M token for a usermode must go to all servers
char buffer[MAXBUF];
- snprintf(buffer,MAXBUF,"M %s %s",ServerName,chan->name, outstr);
+ snprintf(buffer,MAXBUF,"M %s %s",chan->name, outstr);
for (int j = 0; j < 255; j++)
{
if (servers[j] != NULL)