[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Little bug in 2.9.?



Yo,

the following, taken from ircd/s_conf.c:1164-1168, is not correct.

--- s_conf.c ---
	else if (tmp)
		sendto_one(cptr, ":%s %d %s :*** %s", ME,
			   ERR_YOUREBANNEDCREEP, cptr->name,
			   BadPtr(tmp->passwd) ?
			   "You are not welcome to this server" : tmp->passwd);
--- s_conf.c ---

It should either be something with err_str(ERR_YOUREBANNEDCREEP) or this
ERR_YOUREBANNEDCREEP should simply be replaced by 'NOTICE'.

With the current behavior, the client displays the following message when it
gets klined (on /rehash) with the comment 'abuser': *** *** abuser

Bye, Kasi

-- 
Kaspar Landsberg, <kl@xxxxxxxxxxxxxxx>