1 May 2002 15:40
updated patch
<dme <at> dme.org>
2002-05-01 13:40:14 GMT
2002-05-01 13:40:14 GMT
This patch includes the previous one (configurable /quit messages) and adds the ability to disable the message and (ding) if you type a blank line. --- erc.el.~1.249.~ Fri Apr 26 03:46:35 2002 +++ erc.el Wed May 1 14:38:18 2002 <at> <at> -130,6 +130,10 <at> <at> :group 'erc :type 'boolean) +(defcustom erc-warn-about-blank-lines t + "Warn the user if they attempt to send a blank line." + :group 'erc + :type 'boolean) ;; tunable GUI stuff <at> <at> -448,6 +452,29 <at> <at> :group 'erc :type 'boolean) +(defcustom erc-quit-reason-various-alist nil + "Alist of possible arguments to the /quit command and what should happen +as a result. For example: + (setq erc-quit-reason-various-alist + '((\"zippy\" erc-quit-reason-zippy) + (\"xmms\" dme:now-playing) + (\"version\" erc-quit-reason-normal) + (\"home\" \"Gone home !\"))) +If the user types \"/quit zippy\", then a Zippy the Pinhead quotation(Continue reading)
RSS Feed