| View previous topic :: View next topic |
| Author |
Message |
traxx Voice
Joined: 03 Jan 2006 Posts: 11
|
Posted: Sun May 07, 2006 7:24 am Post subject: Automatic mode set |
|
|
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! |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Sun May 07, 2006 8:00 am Post subject: |
|
|
You probably have +c set in chanmode (.chaninfo #channel). You can reset your chanmode via dcc:
| Quote: | | .chanset #channel chanmode +nt |
for example. _________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
| Back to top |
|
 |
traxx Voice
Joined: 03 Jan 2006 Posts: 11
|
Posted: Sun May 07, 2006 8:11 am Post subject: |
|
|
that's the problem:
| Code: |
[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: | [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 |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Sun May 07, 2006 8:20 am Post subject: |
|
|
Do you have any script loaded that might be doing this? _________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
| Back to top |
|
 |
traxx Voice
Joined: 03 Jan 2006 Posts: 11
|
Posted: Sun May 07, 2006 8:22 am Post subject: |
|
|
| no, not that i knew |
|
| Back to top |
|
 |
|