screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [monitoring-like] would like to be warned when I have mail (fetchmai


From: Angelina Carlton
Subject: Re: [monitoring-like] would like to be warned when I have mail (fetchmail -c)
Date: Tue, 27 Sep 2005 22:33:37 -0400
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Slink3r <address@hidden> 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
     address@hidden
web:bzgirl.bakadigital.com
--------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]