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: Slink3r
Subject: Re: [monitoring-like] would like to be warned when I have mail (fetchmail -c)
Date: Tue, 27 Sep 2005 22:44:26 -0400

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

On 9/27/05, Angelina Carlton <address@hidden > wrote:
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
--------------------------


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


reply via email to

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