comparison lisp/erc/erc.el @ 86836:11b4896b439a

Sync from upstream ERC - Parse 307 (nick has identified) responses. - Only activate some things if the connection has been established.
author Michael Olson <mwolson@gnu.org>
date Thu, 29 Nov 2007 22:36:38 +0000
parents 4c5abd39cfa9
children 321f32eb4bf5
comparison
equal deleted inserted replaced
86835:936ce2c5fcbe 86836:11b4896b439a
6203 (s254 . "%i channels formed") 6203 (s254 . "%i channels formed")
6204 (s301 . "%n is AWAY: %r") 6204 (s301 . "%n is AWAY: %r")
6205 (s303 . "Is online: %n") 6205 (s303 . "Is online: %n")
6206 (s305 . "%m") 6206 (s305 . "%m")
6207 (s306 . "%m") 6207 (s306 . "%m")
6208 (s307 . "%n %m")
6208 (s311 . "%n is %f (%u@%h)") 6209 (s311 . "%n is %f (%u@%h)")
6209 (s312 . "%n is/was on server %s (%c)") 6210 (s312 . "%n is/was on server %s (%c)")
6210 (s313 . "%n is an IRC operator") 6211 (s313 . "%n is an IRC operator")
6211 (s314 . "%n was %f (%u@%h)") 6212 (s314 . "%n was %f (%u@%h)")
6212 (s317 . "%n has been idle for %i") 6213 (s317 . "%n has been idle for %i")