[EchelonIRC-dev] CVS: echelon/system 550.mrc,1.8,1.9
Brought to you by:
raisk
From: Wolfram K. <ra...@us...> - 2003-10-07 11:07:41
|
Update of /cvsroot/echelonirc/echelon/system In directory sc8-pr-cvs1:/tmp/cvs-serv5167/system Modified Files: 550.mrc Log Message: Echelon 1.0.10 Changes Index: 550.mrc =================================================================== RCS file: /cvsroot/echelonirc/echelon/system/550.mrc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** 550.mrc 7 Oct 2003 10:40:52 -0000 1.8 --- 550.mrc 7 Oct 2003 11:07:38 -0000 1.9 *************** *** 56,61 **** if (%dccchat > %totdcc) halt else { ! if $1 == ACTION { msg = $+ $chat(%dccchat) * $nick $2- } ! else msg = $+ $chat(%dccchat) < $+ $nick $+ > $1- } inc %dccchat 1 --- 56,63 ---- if (%dccchat > %totdcc) halt else { ! if ($chat(%dccchat) != $nick) { ! if $1 == ACTION { msg = $+ $chat(%dccchat) * $nick $2- } ! else msg = $+ $chat(%dccchat) < $+ $nick $+ > $1- ! } } inc %dccchat 1 |