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.

Automatic mode set

General support and discussion of Eggdrop bots.
Post Reply
t
traxx
Voice
Posts: 11
Joined: Tue Jan 03, 2006 7:23 am

Automatic mode set

Post by traxx »

Hi,

for some strange reason my bot automatically sets mode +c (no colors in chan) after restart. Does anyone have an idea how to change that?

Thanks in advance!
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

You probably have +c set in chanmode (.chaninfo #channel). You can reset your chanmode via dcc:
.chanset #channel chanmode +nt
for example.
t
traxx
Voice
Posts: 11
Joined: Tue Jan 03, 2006 7:23 am

Post by traxx »

that's the problem:

Code: Select all

[14:08:05] <Moonbot> Settings for dynamic channel #smart-blog:
[14:08:06] <Moonbot> Protect modes (chanmode): +tn
[14:08:06] <Moonbot> Idle Kick after (idle-kick): DON'T!
[14:08:06] <Moonbot> stopnethack: DON'T!
[14:08:06] <Moonbot> aop-delay: 5:30
[14:08:06] <Moonbot> revenge-mode: 0
[14:08:06] <Moonbot> ban-time: 0
[14:08:06] <Moonbot> exempt-time: 60
[14:08:06] <Moonbot> invite-time: 60
[14:08:06] <Moonbot> Other modes:
[14:08:06] <Moonbot>      -inactive       +statuslog      -secret         +shared
[14:08:06] <Moonbot>      +greet          -seen           +cycle          +dontkickops
[14:08:06] <Moonbot>      +protectops     -protectfriends -revenge        -revengebot
[14:08:06] <Moonbot>      -bitch          -autoop         -autovoice      +nodesynch
[14:08:06] <Moonbot>      -enforcebans    -dynamicbans    +userbans       -autohalfop
[14:08:06] <Moonbot>      -protecthalfops
[14:08:06] <Moonbot>      +dynamicexempts +userexempts    +dynamicinvites -userinvites
[14:08:06] <Moonbot> User defined channel flags:
[14:08:06] <Moonbot>      -iok
the only modes set are +nt ... and l (limit)

partyline output is:

Code: Select all

[14:04:52] <Moonbot> [14:05] @#smart-blog (+mCRtMrNnl 15) : [m/10 o/5 h/0 v/4 n/1 b/0 e/0 I/0]
So I can not explain why these modes are set, although only +ntl should be set

EDIT: .chanset #smart-blog chanmode +nt does not take effect at all... but when manually setting /mode #smart-blog +c and then /mode #smart-blog -c colors work again
Last edited by traxx on Sun May 07, 2006 8:21 am, edited 1 time in total.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Do you have any script loaded that might be doing this?
t
traxx
Voice
Posts: 11
Joined: Tue Jan 03, 2006 7:23 am

Post by traxx »

no, not that i knew
Post Reply