Server went down for an upgrade on its OS or some version upgrades.. and im not sure what did they upgrade, but im sure my eggdrop wont be able to load back! Never had such problems before In my SSH, typed this and .... error! // [jingyou@prince eggdrop]$ ./eggdrop jingyou.conf ./eggdrop: error whil...
Hi all, Recently, I have compiled eggdrop 1.6.12 to my unix shell account. All process was successfully done without any error. But today, when i do (in dcc partyline), chattr USER +v #mychannel, everything seem orait without any problem :). Then, I asked that USER to try command .voice <nickname> ...
Hi guyz, i've noticed that my bot did some channel protection, but the fact is when i wanna -ban in a particular channel.. i juz don't really no how to do it thru editin its bans list. When i type .bans all it shows no bans.. how do i list bans in a particular channel its on ?
Try 1: # Channel set channel [channels] # Time set time 1 # AD-Text 1 set text "TESTIN" set a "$botnick" set a [string tolower ${nick}] if {![info exists {ald}]} { global a chan time text set ald 1 timer ${time} go } proc go {} { global a channel time text foreach chan $channel {...
Guyz.. ain't working! The bot doesn't say anything. Theres a command that i once remembered but not for now, which is to make the bot do global advertise instead of manually edit and add channel in TCL.
# Channel set channel "#JingYou" # Time set time 1 # AD-Text 1 set text "TESTIN" set a "$botnick" set a [string tolower ${nick}] if {![info exists {ald}]} { global a chan time text set ald 1 timer ${time} go } proc go {} { global a channel time text foreach chan $channe...
I've been into eggdrop for kinda year 2 or 3, and yet i still don't really know whats da meaning on TCL.. what does it stands for ? Or its just a format without a name ?