|
From: Jorgen S. <fo...@fo...> - 2003-09-21 13:28:22
|
Alex Schroeder <al...@em...> writes:
> I am a bit confused. What exactly is the unexpected behaviour?
> I've been using "/AWAY food" and similar commands without further
> thought on #emacs on freenode, so you have to be clearer in what you
> are seeing and what you are expecting to see.
He wants, on /away food, the following commands be issued:
/AWAY food
and for every channel he is in:
/ME is away: food
Currently, `erc-public-away-p' does a public "I'm back" on the
default target.
Bruno, you can add a function to erc-server-306-hook and do
whatever you want there, i.e. telling every channel (and every
query if you want) any message you want (the macro
`erc-with-all-buffers-of-server' might be of help to you here).
Other ERC developers, the correct thing here, I think, would be to
remove most parts of erc-process-away to an external file
(erc-autoaway, probably), because they're not core functionality.
I'm short on time, so don't expect that from me anytime soon :)
Greetings,
-- Jorgen
--
((email . "fo...@fo...") (www . "http://www.forcix.cx/")
(gpg . "1024D/028AF63C") (irc . "nick forcer on IRCnet"))
|