Hi. I would like to have a script, that does the following: If a user joins a channel (eg a supportchannel where a supporter does not pay much attention for), he might get the ability to type !call after at least 1 minute (maybe setable) idling the channel, then the bot will call all available users...
Hi. I need your help. FIrst the Code: ## set a var for your hosts set matchHosts [list \ *@crew* \ *@root* \ *@bastard* \ *@services* \ *@*users*] ## then use that down here proc join:message {nick uhost hand chan} { foreach mask $::matchHosts { if {![string match -nocase $mask $uhost]} {utimer 15 [...