1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 11:06:38 +02:00
This commit is contained in:
stskeeps
2000-12-01 22:05:03 +00:00
parent cd69044366
commit 367dfb5d3b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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);