mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-13 12:39:05 -04:00
Fix broken notice (relatively minor, the notice can be turned off)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5616 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
6a7479609a
commit
bbecfb8b37
@ -1611,7 +1611,7 @@ class TreeSocket : public InspSocket
|
|||||||
/* Lower the TS here */
|
/* Lower the TS here */
|
||||||
if (Utils->AnnounceTSChange && chan)
|
if (Utils->AnnounceTSChange && chan)
|
||||||
chan->WriteChannelWithServ(Instance->Config->ServerName,
|
chan->WriteChannelWithServ(Instance->Config->ServerName,
|
||||||
"TS for %s changed from %lu to %lu", chan->name, ourTS, TS);
|
"NOTICE %s :TS for %s changed from %lu to %lu", chan->name, chan->name, ourTS, TS);
|
||||||
ourTS = TS;
|
ourTS = TS;
|
||||||
|
|
||||||
param_list.push_back(channel);
|
param_list.push_back(channel);
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!sh
|
#!sh
|
||||||
echo "InspIRCd-1.1.0b4+FartGas"
|
echo "InspIRCd-1.1.0b5+SVN"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user