Thanks for telling about the opchars.
I am running 1.6.16 which doesn't have that setting, so I upgraded to 1.6.17 and it works great. Thanks!
I have another question now though.
I have this in my conf file:
Code: Select all
set global-flood-chan 0
set global-flood-deop 0
set global-flood-kick 0
set global-flood-join 0
set global-flood-ctcp 0
set global-flood-nick 0
set global-aop-delay 0:0
set global-idle-kick 0
set global-chanmode ""
set global-stopnethack-mode 0
set global-revenge-mode 0
set global-ban-time 120
set global-exempt-time 60
set global-invite-time 60
source rift.chan.conf
set global-chanset {
-autoop -autovoice
-bitch -cycle
-dontkickops -dynamicbans
-dynamicexempts -dynamicinvites
-enforcebans -greet
-inactive -nodesynch
-protectfriends -protectops
-revenge -revengebot
-secret -seen
-shared -statuslog
-userbans -userexempts
-userinvites -protecthalfops
-autohalfop
}
And my rift.chan.conf:
Code: Select all
channel add #whahay {}
channel add #avalanche {}
channel add #gamemaker {}
channel add #rpgdn {}
channel add #blade2k {}
channel add #gwsoldat {}
channel add #fin {}
channel add #skytower {}
channel add #code {}
channel add #gwradio {}
channel add #targ_like_cupcakes {}
channel add #retro {}
channel add #rpg_infinity {}
channel add #hooray {}
channel add #wow {}
channel add #warofthemagi {}
channel add #graphicart {}
channel add #fusion {}
I have one problem with this.. The global chansets aren't working.
When I look at the dynamic chan file eggdrop generates, I can see that the chanset has TOTALLY different settings:
Code: Select all
channel set #whahay chanmode +n idle-kick 0 stopnethack-mode 0 revenge-mode 0 need-op {} need-invite {} need-key {} need-unban {} need-limit {} flood-chan 0:1 flood-ctcp 0:1 flood-join 0:1 flood-kick 0:1 flood-deop 0:1 flood-nick 0:1 aop-delay 0:0 ban-time 0 exempt-time 0 invite-time 0 -enforcebans +dynamicbans +userbans -autoop -autohalfop -bitch +greet +protectops -protecthalfops -protectfriends +dontkickops +statuslog -revenge -revengebot -autovoice -secret +shared +cycle -seen -inactive +dynamicexempts +userexempts +dynamicinvites +userinvites -nodesynch
Any idea what is wrong? I tried moving the source chan file after the global chanset too, but it didn't change anything.
Thanks.