mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 11:06:38 +02:00
.
This commit is contained in:
@@ -227,4 +227,4 @@
|
||||
- Fixed up CHINESE_NICK and JAPANESE_NICK, suggested by Aim, see
|
||||
include/config.h
|
||||
- Config change in SSL.h detection part
|
||||
- SSL error change to sendto_umode(UMODE_JUNK)
|
||||
- SSL error change to sendto_umode(UMODE_JUNK)
|
||||
|
||||
+1
-1
@@ -3502,7 +3502,7 @@ int m_topic(cptr, sptr, parc, parv)
|
||||
else if (ttime && topic && (IsServer(sptr)
|
||||
|| IsULine(sptr)))
|
||||
{
|
||||
if (!chptr->topic_time || ttime < chptr->topic_time)
|
||||
if (!chptr->topic_time || ttime > chptr->topic_time)
|
||||
{
|
||||
/* setting a topic */
|
||||
topiClen = strlen(topic);
|
||||
|
||||
Reference in New Issue
Block a user