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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user