Yeah, that's what I was looking at, and I think I have something figured out, thanks

On 9/27/05, Angelina Carlton <[EMAIL PROTECTED] > wrote:
Slink3r <[EMAIL PROTECTED]> writes:

> Okay, I have the same sort of problem, unfortunately I'm extremely
> incompetent :(
>
> I'm trying to get screen to simply ding me whenever "devil" from irc channel
> #void speaks
>
> I figured I could use something like tail -n 5 /$HOME/.BitchX/logs/#void.log
> |grep devil
> and just execute that every 3 seconds or something, then if it returns
> something other than
> null, it could beep me.
>
> Is there a simple way to do this?
>

Well the easiest way is to set hilights in your irc client.
I use irssi, but I imagine Bx has the same sort of features...

from my irssi config:

bell_beeps = "yes";                 // enable console beeps for irssi
beep_msg_level = "HILIGHT MSGS";    // this sets beeps on hilighted
                                        words and private messages

So now doing /hilight devil will beep me whenever devil speaks

Next in my .screenrc I have:

#turn off visual bell, beep instead
vbell off

#audiable bell for messages
bell_msg "Bell in window %n ^G"

So Slink3r all you need to figure out is how to set up bell beeps within Bx

--
-----Angelina Carlton-----
orchid on irc.freenode.net
     [EMAIL PROTECTED]
web:bzgirl.bakadigital.com
--------------------------


_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to