PDA

View Full Version : [Filled] Rehash Eggdrop From Irc


Medji
06-21-2004, 11:40 AM
hi everyone, i have just seen the board and especzlly this sections coz i dont find a script which allow to rehash an eggdrop from irc, just by a simple cmd.

thx a lot for filling my request m8 ^^

Medji
06-21-2004, 11:51 AM
oops sorry for this wasted post

i didnt see theres already a similary request sry all

LordM_2
06-21-2004, 12:01 PM
just type ".rehash" in the partyline of the bot?

Medji
06-21-2004, 12:03 PM
yeah but thats boring and a waste of time when a simple !rehashbot on irc can do it :) :p

neoxed
06-21-2004, 12:15 PM
Originally posted by Medji
yeah but thats boring and a waste of time when a simple !rehashbot on irc can do it :) :p
Or just stop being lazy. If it takes so long to right click on the bot, choose DCC CHAT and enter your password, just keep the chat open.

R2_2k
07-07-2004, 10:46 PM
#### must be +m or n -globally- in bot too use cmd!
bind pub nm|- !brehash prehash

proc prehash { user host ident chan arg } {
putserv "PRIVMSG $chan :Rehashed bot"
putlog "$user rehashed the bot"
[rehash]
}

there you go . that should work