1
0
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:
stskeeps
2003-01-16 06:19:12 +00:00
parent 3ff374d811
commit ea2f1c6fc7
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -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?).
+2
View File
@@ -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],