egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Eggdrop doesnt automaticly join channels assigned

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Eggdrop Help
View previous topic :: View next topic  
Author Message
evotech
Voice


Joined: 18 Feb 2011
Posts: 8

PostPosted: Wed Apr 13, 2011 6:19 am    Post subject: Eggdrop doesnt automaticly join channels assigned Reply with quote

Quote:

channel add #Honreplays {
chanmode +tn
idle-kick 0
stopnethack-mode 0
revenge-mode 0
need-op {}
need-invite {}
need-key {}
need-unban {}
need-limit {}
flood-chan 15:60
flood-ctcp 3:60
flood-join 10:1
flood-kick 3:10
flood-deop 3:10
flood-nick 5:60
aop-delay 0:0
ban-type 5
ban-time 120
exempt-time 60
invite-time 60
-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
-static
}

With this, it still requires me to dcc chat the bot and tell it .chanset #honreplays -inactive, before it joins the channel, but inactive is already there, why doesn't it automatically join it?
Back to top
View user's profile Send private message
Madalin
Master


Joined: 24 Jun 2005
Posts: 310
Location: Constanta, Romania

PostPosted: Thu Jan 31, 2013 4:34 pm    Post subject: Reply with quote

Don`t know whats causing that but i can give you a small code so that you wont need to dcc chat the eggdrop and always use .chanset #channel -inactive. With this code the eggdrop will that for you.

Code:

bind evnt - init-server evnt:init_server

proc evnt:init_server {type} {

   foreach chan [channels] {
      utimer 20 [list channel set $chan -inactive]
   }
}

_________________
https://github.com/MadaliNTCL - To chat with me: https://tawk.to/MadaliNTCL
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Eggdrop Help All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber