How to disable this function ? I've an eggdrop on my psybnc and I don't want he part the chan I do... I don't want to do .+chan #chan.. for each chan I join. How to disable the "auto-part" on eggdrop ? thanks
Hello:) this is my code : bind pub - !try try proc try {nick uhost hand chan arg} { set var1 "Salut ca va bien et toi" set var2 [string map {"Salut" "Aurevoir"} $var1] set var_replace "erf" set var3 [string map {"Salut" $var_replace} $var1] putquick ...