]> jfr.im git - solanum.git/commitdiff
m_remove: fix parameter order on PART message
authorWilliam Pitcock <redacted>
Sun, 5 Feb 2012 00:49:46 +0000 (18:49 -0600)
committerWilliam Pitcock <redacted>
Sun, 5 Feb 2012 00:49:46 +0000 (18:49 -0600)
extensions/m_remove.c

index 9a63ad662edbeabed87f46be9226aa283abda7a0..2ce17925b3aff22f2d4302bbe6305cc10db5cb35 100644 (file)
@@ -198,8 +198,8 @@ m_remove(struct Client *client_p, struct Client *source_p, int parc, const char
                 */
                sendto_channel_local(ALL_MEMBERS, chptr,
                                     ":%s!%s@%s PART %s :requested by %s (%s)",
-                                    source_p->name, source_p->username,
-                                    source_p->host, name, who->name, comment);
+                                    who->name, who->username,
+                                    who->host, name, source_p->name, comment);
 
                sendto_server(client_p, chptr, CAP_REMOVE, NOCAPS,
                              ":%s REMOVE %s %s :%s",