That's the script: #Note: This script works of all the channels the bot is on. ############################################################################## ############################################################################## bind pub o "unban" unban:pub proc unban:pub {nick uho...
I need a script who can unban the last ban on !unban command(on public channel or private). My realy problem is how to make the eggdrop to know what is the last ban.
Half problem solved but remhost or delhost it's out of line :) bind pub o "+host" pub:addhost #that's for user bind pub n ".+host" pub:changehost #that's for bots or other people proc pub:addhost { nick userhost hand chan host } { if {$host == ""} { puthelp "privms...
This date Mon Dec 10 14:24:31 2007 it's converted to 1197289471 by my eggdrop. And it's not a random number. I think that's unix time. I will put the script here: #################################################### # What is the minimum access someone needs check ontime? set ontime(acc) "-|-&q...