1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 05:43:13 +02:00

m_topic bug fixed

This commit is contained in:
luke
2003-04-06 00:36:24 +00:00
parent d14f1af650
commit be78cc4ac8
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -843,3 +843,7 @@ dechanown, dechanprot people.
--Luke
===================================
Small m_topic bug resolved
--Luke
===================================
+2 -1
View File
@@ -3477,7 +3477,8 @@ int m_topic(cptr, sptr, parc, parv)
me.name, parv[0], name);
return 0;
}
topic = parv[2];
if (parc > 2)
topic = parv[2];
}
if (parc > 4)
{