This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 7 matches

by Philw
Tue Apr 15, 2008 9:21 am
Forum: Eggdrop Help
Topic: More than one line a second?
Replies: 4
Views: 3790

worked perfectly.

Thanks very much for the quick response
by Philw
Tue Apr 15, 2008 6:56 am
Forum: Eggdrop Help
Topic: More than one line a second?
Replies: 4
Views: 3790

Sorry should also add,

using putquick to send messages to server, have tried all the others
by Philw
Tue Apr 15, 2008 6:33 am
Forum: Eggdrop Help
Topic: More than one line a second?
Replies: 4
Views: 3790

More than one line a second?

Hi All Hoping this is a really easy question for you to answer. We have a bot that needs to output a lot of text as it monitors some of our systems. We have noticed than when it receives a back log of text it will only output at 1 line a second. Is this a restriction of eggdrop that can be lifted? W...
by Philw
Tue Dec 18, 2007 7:08 pm
Forum: Script Requests
Topic: Couple of requests/questions
Replies: 9
Views: 5386

Hi Back again Maybe im doing something wrong here, but Ive got the script working, bu im just trying to do a bit of color coding on mirc with some if statements. Thing is when I put my code in the bot doesnt seem to output anything, i see nothign in the log or channel. However when this code is out ...
by Philw
Tue Dec 18, 2007 8:26 am
Forum: Script Requests
Topic: Couple of requests/questions
Replies: 9
Views: 5386

wow thanks guys working perfectly! :)

Ok, onto the next one of syslog, how possible is that?

Many thanks for your help so far!
by Philw
Mon Dec 17, 2007 11:24 am
Forum: Script Requests
Topic: Couple of requests/questions
Replies: 9
Views: 5386

Hi Thanks for the prompt reply! putlog "Nagios IRC BOT Script" set file "/usr/local/nagios/etc/objects/scripts/ircbot/ircpipe" proc readfifo {file} { if {[gets $file text] < 0} { if {[eof $file]} { close $file putlog "FIFO closed due to eof-condition!" return } } { puth...
by Philw
Mon Dec 17, 2007 8:49 am
Forum: Script Requests
Topic: Couple of requests/questions
Replies: 9
Views: 5386

Couple of requests/questions

Hi all I have a monitoring system setup for our network, currently I have an irc bot written in python that alerts us when there are problems. In essence all it does it check a file and whenever it finds info in there it outputs it to the channel. How can this be achieved on tcl? (I'm a complete noi...