1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 04:13:14 +02:00

Fix some compatibility handling of GLOBOPS. Reported by Jobe (#4836).

Note that you should actually use SENDUMODE instead.
This commit is contained in:
Bram Matthys
2017-01-12 09:19:07 +01:00
parent c7cb19b52c
commit 8d0ac37604
+1 -1
View File
@@ -84,7 +84,7 @@ CMD_FUNC(m_globops)
/* Backward-compatible (3.2.x) */
sendto_umode(UMODE_OPER, "from %s: %s", sptr->name, message);
sendto_server(cptr, 0, 0, ":%s SENDUMODE o :from %s: %s",
sptr->name, sptr->name, message);
me.name, sptr->name, message);
}
return 0;