This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

bot autoposting channel modes and info every 5 minutes.

General support and discussion of Eggdrop bots.
Post Reply
h
hertz
Voice
Posts: 1
Joined: Thu May 28, 2009 9:21 pm

bot autoposting channel modes and info every 5 minutes.

Post by hertz »

i have a precompiled bot from a shell provider and after setting up the settings and starting my bot i get channel mode and info spam every 5 minutes through the partyline. it looks like...

<eggdropbot> [21:20] @#channel (+tnkl password 14) : [m/10 o/10 h/0 v/0 n/0 b/0 e/0 I/0]

i have looked all through the config file for timers based on a 5 min setting, and i do not have much other tcl scripts. if anyone would help to get rid of this, i would greatly appreciate it.


---
i hadn't been able to get my bot into a pass protected channel until i posted the ".chanset #dmitb chanmode +k password" command, and ever since i did that, the spam has occured.

so i figure that it must be something to do with chanmodes, is there a way to clear the channel modes from my bots registry somehow? i can't -set a mode because the bot gets in fights with the other bots ...

+k
-k
+k
-k etc.

but if there was a way to neutralize or clear out the modes... i would greatly appreciate it. then again i would be back to trying to join a pass protected channel, but im sure i can find an alternate way. the 5min spam is just really irritating.
User avatar
username
Op
Posts: 196
Joined: Thu Oct 06, 2005 9:20 am
Location: Russian Federation, Podolsk
Contact:

Post by username »

1. .chanset #chan -statuslog
2. I didnt understand you.
Архив TCL скриптов для ботов Eggdrop/Windrop:
http://egghelp.ru/
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

In order to get you bot to join a password-locked channel you need
.chanset #channel need-key putserv "join #channel <key-here>"
instead of adding +k to the chan's chanmode setting (which means the bot will reset +k everytime it's unset).
Post Reply