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

Patch for buglet



Hi,

just believe me: the current format is _not_ correct. Any client will
display "*** *** <message>".

Bye, Kasi

--- cut here ---
*** s_conf.c.orig	Tue May  6 20:04:48 1997
--- s_conf.c	Tue May  6 20:05:01 1997
***************
*** 1162,1168 ****
  		sendto_one(cptr, reply,
  			   ME, ERR_YOUREBANNEDCREEP, cptr->name);
  	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);
--- 1162,1168 ----
  		sendto_one(cptr, reply,
  			   ME, ERR_YOUREBANNEDCREEP, cptr->name);
  	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);
--- cut here ---

-- 
Kaspar Landsberg, <kl@xxxxxxxxxxxxxxx>