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:
brain 2006-10-31 22:30:58 +00:00
parent 6a7479609a
commit bbecfb8b37
2 changed files with 2 additions and 2 deletions

View File

@ -1611,7 +1611,7 @@ class TreeSocket : public InspSocket
/* Lower the TS here */
if (Utils->AnnounceTSChange && chan)
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;
param_list.push_back(channel);

View File

@ -1,2 +1,2 @@
#!sh
echo "InspIRCd-1.1.0b4+FartGas"
echo "InspIRCd-1.1.0b5+SVN"