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

Fixed a NOTICE bug

This commit is contained in:
stskeeps
2000-09-02 07:52:18 +00:00
parent 55a0b03f03
commit 23438196eb
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -2319,7 +2319,8 @@ int m_notice(cptr, sptr, parc, parv)
return 0;
}
temp:
return m_message(cptr, sptr, parc, parv, 1);
if (sptr->name[0])
return m_message(cptr, sptr, parc, parv, 1);
}
int channelwho = 0;