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