OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   25-Apr-2005 19:03:27
  Branch: HEAD                             Handle: 2005042518032600

  Modified files:
    openpkg-src/ircii       ircii.spec rse.rc

  Log:
    improve /away handling: automatically recognize when user is back (=
    typing again) and do not show internal messages when state switches

  Summary:
    Revision    Changes     Path
    1.51        +1  -1      openpkg-src/ircii/ircii.spec
    1.2         +6  -0      openpkg-src/ircii/rse.rc
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ircii/ircii.spec
  ============================================================================
  $ cvs diff -u -r1.50 -r1.51 ircii.spec
  --- openpkg-src/ircii/ircii.spec      22 Apr 2005 08:14:08 -0000      1.50
  +++ openpkg-src/ircii/ircii.spec      25 Apr 2005 17:03:26 -0000      1.51
  @@ -33,7 +33,7 @@
   Group:        Network
   License:      BSD
   Version:      20040820
  -Release:      20050422
  +Release:      20050425
   
   #   list of sources
   Source0:      ftp://ircii.warped.com/pub/ircII/ircii-%{version}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ircii/rse.rc
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 rse.rc
  --- openpkg-src/ircii/rse.rc  18 Apr 2005 12:55:39 -0000      1.1
  +++ openpkg-src/ircii/rse.rc  25 Apr 2005 17:03:26 -0000      1.2
  @@ -131,7 +131,13 @@
   on ^idle 5  away I've just wandered off...
   on ^idle 10 away I'm still not back? Hmmm... but perhaps I'm coming back 
soon.
   on ^idle 20 away Well, I must be long gone. Don't keep waiting for me.
  +bind ^B parse_command away
  +set input_protection off
  +on -input * ^away
  +on ^306 "*You have been marked as being away*"
  +on ^305 "*You are no longer marked as being away*"
   set beep_when_away yes
  +set show_away_once no
   
   #   Convenience Tab-Expansion for /msg
   load tabkey
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to