20 May 14:44
patch for rudybot @ #emacs
Pascal J. Bourguignon <pjb <at> informatimago.com>
2012-05-20 12:44:06 GMT
2012-05-20 12:44:06 GMT
Hi! I want to ignore certain users only in certain channels. Yes, it's specifically targetting rudybot in #emacs. (rudybot is useful in #scheme, but it's a PITA in #emacs). So here is a "patch": ------------------------------------------------------------------------ (defcustom erc-ignore-per-channel-alist nil "*A-List of regexps matching user identifiers to ignore, for each channel. Some users are obnoxious only in some channels (eg. rudybot on #emacs). A user identifier has the form \"nick!login <at> host\". If an identifier matches, the message from the person will not be processed." :group 'erc-ignore :type '(repeat (cons string regexp))) (defcustom erc-ignore-per-channel-reply-alist nil "*A-List of regexps matching user identifiers to ignore completely, for each channel. Some users are obnoxious only in some channels (eg. rudybot on #emacs). This differs from `erc-ignore-list' in that it also ignores any messages directed at the user. A user identifier has the form \"nick!login <at> host\".(Continue reading)


RSS Feed