mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 04:23:13 +02:00
- Fixed a bug where helpop would pass on a null pointer if it was a remote
client (this needs more investigating, could someone find out how the fuck it can get a remote helpop that's blank anyhow?).
This commit is contained in:
@@ -1774,4 +1774,6 @@ seen. gmtime warning still there
|
||||
the idea
|
||||
- Fixed bug #000613 reported by AngryWolf where we were writing a null to the log file when
|
||||
we reached max size.
|
||||
|
||||
- Fixed a bug where helpop would pass on a null pointer if it was a remote
|
||||
client (this needs more investigating, could someone find out how the fuck
|
||||
it can get a remote helpop that's blank anyhow?).
|
||||
|
||||
@@ -2656,6 +2656,8 @@ CMD_FUNC(m_help)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!message)
|
||||
return 0;
|
||||
sendto_serv_butone_token(IsServer(cptr) ? cptr : NULL,
|
||||
parv[0], MSG_HELP, TOK_HELP, "%s", message);
|
||||
sendto_umode(UMODE_HELPOP, "*** HelpOp -- from %s: %s", parv[0],
|
||||
|
||||
Reference in New Issue
Block a user