Mercurial > emacs
comparison lisp/erc/ChangeLog @ 109784:2abe46caa971
Allow delayed autojoin in ERC (Bug#5521).
* erc/erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
(erc-autojoin-channels-delayed, erc-autojoin-after-ident): New
functions.
(erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 14 Aug 2010 18:58:10 -0400 |
parents | eb66d5d15b09 |
children | de51e19494d6 |
comparison
equal
deleted
inserted
replaced
109783:43f98127e0f3 | 109784:2abe46caa971 |
---|---|
1 2010-08-14 Vivek Dasmohapatra <vivek@etla.org> | |
2 | |
3 * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars. | |
4 (erc-autojoin-channels-delayed, erc-autojoin-after-ident): New | |
5 functions. | |
6 (erc-autojoin-channels): Allow autojoining after ident (Bug#5521). | |
7 | |
1 2010-08-08 Fran Litterio <flitterio@gmail.com> | 8 2010-08-08 Fran Litterio <flitterio@gmail.com> |
2 | 9 |
3 * erc-backend.el (erc-server-filter-function): Call | 10 * erc-backend.el (erc-server-filter-function): Call |
4 erc-log-irc-protocol. | 11 erc-log-irc-protocol. |
5 | 12 |