[EchelonIRC-dev] CVS: echelon/system 550.als,1.9,1.10 dcc_help.als,1.5,1.6
Brought to you by:
raisk
From: Wolfram K. <ra...@us...> - 2002-10-12 12:56:44
|
Update of /cvsroot/echelonirc/echelon/system In directory usw-pr-cvs1:/tmp/cvs-serv26988/system Modified Files: 550.als dcc_help.als Log Message: Echelon 1.0.08 Changes Index: 550.als =================================================================== RCS file: /cvsroot/echelonirc/echelon/system/550.als,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** 550.als 7 Oct 2002 14:20:15 -0000 1.9 --- 550.als 12 Oct 2002 12:56:40 -0000 1.10 *************** *** 148,152 **** DCC_WALLOPS { ! write syslogs/wallops.log [ $+ $asctime $+ ] $1- var %totdcc $chat(0) var %dccchat 1 --- 148,152 ---- DCC_WALLOPS { ! write syslogs/wallops.log $chr(91) $+ $asctime $+ $chr(93) $1- var %totdcc $chat(0) var %dccchat 1 *************** *** 157,160 **** goto start } - - --- 157,158 ---- Index: dcc_help.als =================================================================== RCS file: /cvsroot/echelonirc/echelon/system/dcc_help.als,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** dcc_help.als 7 Oct 2002 14:20:20 -0000 1.5 --- dcc_help.als 12 Oct 2002 12:56:40 -0000 1.6 *************** *** 78,81 **** --- 78,86 ---- } + HELP_DEAUTH { + msg =$nick Command: DEAUTH || Level: 550 + msg =$nick Description: Tells $me to no longer regconise you + } + HELP_EXIT { msg =$nick Command: EXIT || Syntax: EXIT <reason> || Level: 550 *************** *** 298,301 **** ; End of help system ; - - --- 303,304 ---- |