the problem persists .. the bot gives the command to deop the idle nick on all the channels the script is turned on..
plus it is now not ignoring the idle_exempt_nicks it deopes the nicks present in the idle_exempt_nicks nick list ...
set idle_interval "6" set idle_time "5" set idle_exclude_bots "1" set idle_channels "#channel1 #channel2 #channel3" bind raw - 317 idlecheck proc idlecheck {nick int arg} { global idle_time idle_channels set nick [string tolower [lindex $arg 1]] set idle [str...
### UNACTIVE-CHATTER (DEVOICE) EXEMPT NICKS ### #Set the list of nicks here which you would like to be exempted from being #devoiced by the script. Place separate each entry by placing it in a new line. ################################################################################ #If you do not ...
currently i am using setudef flag deop bind mode - "*+o*" why:nick bind notc - "*Identification to the nickname*" nick:whyed proc why:nick {nick uhost hand chan mc vict} { global whyed if {![channel get $chan deop]} { return 0 } putserv "PRIVMSG chanserv@services.dal.net :wh...
i enabled AUTOREJOIN ..
by typing /autorejoin 1
still when i get kicked the bnc does not rejoin the channel .
is there something i should write in the conf file ?
hello can some one plz make at tcl that will make tha bot set the modes +Ie to its nicks when ever its oped .. and if some one removes the mods it will set these mods again .. thanx ..
what settings should b put in the bot so that if a person with a +v flag joines the bot should voice the user ... and if de voiced by some one the bot should again voice that nick thanx
what if we want the bot to devoice the nick after some idle time .. lets say 2 minutes .. idle after being voiced after writing 10 lines ..
and after the devoice the line count should again go to 0..
thanx
can this script b automated lets say after every 1 minute the bot should automatically spit out the score to the channel without any one using the !score command ?