SpiKe your correct i loaded the wrong script rushing this morning before heading to work i loaded your modified file correctly this time and it works perfectly :D Thank you man you made my life that little bit easier :D one more question which i forgot to say is there a way to make it channel specif...
i was wondering if anybody could help me with a script i found many moons ago i am currently on a forums that has a private radio for members and we also have an irc server i wanted to have a channel were users could connect say add song and it gets written to a file i can upload to the djs so they ...
Hello all i have searched the forums and couldn't find anything like this so my apologises if there is one im looking for a script that will count the amount of times a user writes a line and also log the line they said something like this me: hello all you: howdy me: greetings you: begin the test t...
i hope this will be a simple script :) what i am looking for which i hope you can help im looking for a script that will allow users to private message my bot and the bot will the save the nick and the text said in a txt doc so at the end of the day i can check and use this as a helper to do a comp ...
hello all i have a script package require http bind pub - !u stats proc stats {nick uhost hand chan text} { set user [lindex [split $text] 0] if {$text == ""} { set user $nick } if {$user!=""} { set data [::http::geturl http://lmysite.com/ircstats.php?search=$user] foreach line [...