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:
@@ -843,3 +843,7 @@ dechanown, dechanprot people.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Small m_topic bug resolved
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
|
||||
+2
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user