Hi, So the idea is that someone could suggest the bots new nickname with !newnick <nickname> and afterwards the bot runs a voting for 5 minutes that allows users to vote yes/no. if At least a certain amount of users voted YES the bot changes his nickname to that one. Of course theres a command for t...
hey doggo, Any chance for a few adjustments for the script? while running the script on the eggdrop it seems to take a lot of CPU and when I mean a lot I mean atleast 40%, sometimes even more. could you add an update interval and how many results to return each time an update occurs (like every X mi...
Someone wrote this script for me a while ago: bind pub o|o .call call:proc proc call:proc {nick uhost hand chan arg} { global botnick # check if user has access to bot or not set nicklist [chanlist $chan] # removing botnick from list set notbot [lsearch $nicklist $botnick] set nicklist [lreplace $ni...
# Channel flag. setudef flag monitorText # Subchannel. set subchannel #lineups # Bind all text in all channels. bind pubm - * monitorProc proc monitorProc {nick uhost hand chan text} { global subchannel # Check channel flag. if {![channel get $chan monitorText]} { return 0 } # Check text for matchi...
I was hoping this website has an rss feed I can use for that page, but it doesn't.
So is there any chance someone would be willing to write a script to send announcements with the headline & link every time a new headline is announced on the website please? (A news script)
Yeah you're right, I apologize, its my fault.. I was thinking about something and wrote something else... The script is meant to read each X minutes the next line in the file. Each time it reads a line, it erases that line from the file..
Hi all! Was wondering if someone could help me out. I need a script that will check every X minutes (determined in the script) if there are any lines written in a file called 'Stats.txt', if there is - it will write the first line in the file to channel(s) set in the .tcl file and erase that file. I...