[Cl-irc-cvs] CVS update: cl-irc/variable.lisp

Update of /project/cl-irc/cvsroot/cl-irc In directory common-lisp.net:/tmp/cvs-serv17080 Modified Files: variable.lisp Log Message: Rename 2 modes. They go by the names 'except' and 'invite' in the protocol. Date: Sun Mar 27 21:21:29 2005 Author: ehuelsmann Index: cl-irc/variable.lisp diff -u cl-irc/variable.lisp:1.5 cl-irc/variable.lisp:1.6 --- cl-irc/variable.lisp:1.5 Sun Mar 20 17:55:36 2005 +++ cl-irc/variable.lisp Sun Mar 27 21:21:28 2005 @@ -1,4 +1,4 @@ -;;;; $Id: variable.lisp,v 1.5 2005/03/20 16:55:36 ehuelsmann Exp $ +;;;; $Id: variable.lisp,v 1.6 2005/03/27 19:21:28 ehuelsmann Exp $ ;;;; $Source: /project/cl-irc/cvsroot/cl-irc/variable.lisp,v $ ;;;; See the LICENSE file for licensing information. @@ -74,8 +74,8 @@ (#\l . :limit) (#\k . :key) (#\b . :ban) - (#\e . :ban-except) - (#\I . :invite-except))) + (#\e . :except) + (#\I . :invite))) (defparameter *char-to-user-modes-map* '((#\a . :away)
participants (1)
-
ehuelsmann@common-lisp.net