You'd have to do the same for notices too. I use the general_privmsg
and general_notice hooks to handle channel walls.

On Wed, Sep 13, 2006 at 07:13:26PM -0500, Jeremy Nelson wrote:
> As you may or may not know, @#channel messages are considered to be
> /on msg_group messages, and not /on public messages.  
> 
> The following shim (or something like it) is customarily used to 
> route these @#channel messages to the correct window:
> 
>       on ^msg_group "% @% %" {
>               xecho -w $chanwin($rest(1 $1)) <$0:$1> $2-
>       }
> 
> It has been proposed that epic should be smart enough to handle these
> messages natively without a script shim.  I am not against this idea,
> but it would be nice if some of you would give me your opinions.
> 
> Although 'builtins' has been reserved until now for backwards compatability
> with epic4, It seems like something like this would fit in nicely there.
> 
> What do you all think?
> Jeremy
> _______________________________________________
> List mailing list
> List@epicsol.org
> http://epicsol.org/mailman/listinfo/list
> 

-- 

[EMAIL PROTECTED]
irc.colosolutions.net operator

You have reached the end of the Internet. Please turn back.
_______________________________________________
List mailing list
List@epicsol.org
http://epicsol.org/mailman/listinfo/list

Reply via email to