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...
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 ...
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...
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...