mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 19:03:13 +02:00
*** empty log message ***
This commit is contained in:
@@ -460,3 +460,4 @@
|
||||
- Added networks/chatstation.network
|
||||
[recall]
|
||||
- Fixed the pesky hostname bug
|
||||
- Fixed a NO_OPEROVERDIE bug reported by Taz
|
||||
+1
-1
@@ -3439,7 +3439,7 @@ int m_topic(cptr, sptr, parc, parv)
|
||||
&& (chptr->mode.mode & MODE_TOPICLIMIT))
|
||||
{
|
||||
#ifdef NO_OPEROVERRIDE
|
||||
continue;
|
||||
return 0;
|
||||
#endif
|
||||
sendto_umode(UMODE_EYES,
|
||||
"*** OperTopic [IRCop: %s] - [Channel: %s] - [Topic: %s]",
|
||||
|
||||
Reference in New Issue
Block a user