* net/rcirc.el (rcirc-check-auth-status): Adding support for oftc's NickServ messages.
This commit is contained in:
parent
bdcdea6699
commit
35b1c40c36
2 changed files with 6 additions and 0 deletions
|
@ -2514,6 +2514,7 @@ the only argument."
|
|||
(member message
|
||||
(list
|
||||
(format "You are now identified for \C-b%s\C-b." rcirc-nick)
|
||||
(format "You are successfully identified as \C-b%s\C-b." rcirc-nick)
|
||||
"Password accepted - you are now recognized."
|
||||
)))
|
||||
(and ;; quakenet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue