View Single Post
Old 03-08-2004, 02:03 PM  
biboun
Member
 
Join Date: Mar 2003
Posts: 87
Default

Quote:
set cmdpre "!t"

set announce(REHASHEGG) "\002\[\002[c]3 REHASH [c]\002\]\002 \002Eggdrop\002 de \002\[\002[c]3 [set sitename] [c]\002\]\002 est maintenant \002Rehash\002"

bind pub o|o [set cmdpre]rehashegg proc_eggrehash

proc proc_eggrehash {nick uhost hand chan args} {
global binary announce
putquick "PRIVMSG $chan :$announce(REHASHEGG)"
rehash
}

Enjoy
biboun is offline   Reply With Quote