| View previous topic :: View next topic |
| Author |
Message |
l337 Voice
Joined: 15 Jan 2005 Posts: 6
|
Posted: Wed May 11, 2005 7:45 am Post subject: joined #chan but didn't want to! |
|
|
How to disable this function ? I've an eggdrop on my psybnc and I don't want he part the chan I do... I don't want to do .+chan #chan.. for each chan I join. How to disable the "auto-part" on eggdrop ? thanks  |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
|
| Back to top |
|
 |
l337 Voice
Joined: 15 Jan 2005 Posts: 6
|
Posted: Wed May 11, 2005 10:00 am Post subject: |
|
|
| je ne vois pas ou c'est ? |
|
| Back to top |
|
 |
l337 Voice
Joined: 15 Jan 2005 Posts: 6
|
Posted: Wed May 11, 2005 10:07 am Post subject: |
|
|
| i've read this .. don't found anything relating my prob. |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Wed May 11, 2005 11:16 am Post subject: |
|
|
| l337 wrote: | | I don't want to do .+chan #chan.. for each chan I join. |
From eggdrop.conf:
| Quote: | #### CHANNELS MODULE ####
...
# Here is a shorter example:
#
# channel add #botcentral {
# chanmode "+mntisl 1"
# idle-kick 1
# }
# channel set #botcentral +bitch +enforcebans -greet +revenge |
i.e. for each channel you wish to add, edit your bot configuration file and add for each channel you want the bot to sit in. Alternatively, just add one channel and then search the TCL Archive for a script where you can add channels dynamically i.e. via a public trigger.
| l337 wrote: | | je ne vois pas ou c'est ? |
From "Setting up an Eggdrop":
| Quote: | | channel add: this is the command you use to add channels to the bot. There are lots of options for this command. Channels are added in the following format: |
svp lu avec soin. _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
^DooM^ Owner

Joined: 26 Aug 2003 Posts: 772 Location: IronForge
|
Posted: Thu May 12, 2005 5:37 am Post subject: Re: joined #chan but didn't want to! |
|
|
| l337 wrote: | How to disable this function ? I've an eggdrop on my psybnc and I don't want he part the chan I do... I don't want to do .+chan #chan.. for each chan I join. How to disable the "auto-part" on eggdrop ? thanks  |
Eggdrop will not stay in a channel that it has been forced to join because it will not have a channel entry in its botnick.chan file so it leaves. As Alchera suggested the best way of doing this if you cant be arsed to .+chan for each channel you want your eggdrop to sit in is find a public trigger script for !join #channel or the like. Even if you did stop your eggdrop from parting a channel it was forced to join it would just sit there and never op, ban or do anything untill it has its required information in its chanfile. _________________ The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born |
|
| Back to top |
|
 |
dwickie Halfop
Joined: 21 Aug 2004 Posts: 76 Location: /pub/beer
|
Posted: Mon Mar 27, 2006 11:54 pm Post subject: |
|
|
sorry for digging out few years old topic, but:
how do i add channe, when eggdrop joins in it? i tried bind join and than check if nick==botnick and add channel, but i found this quite not working :/ |
|
| Back to top |
|
 |
YooHoo Owner

Joined: 13 Feb 2003 Posts: 939 Location: Redwood Coast
|
Posted: Wed Mar 29, 2006 5:33 am Post subject: |
|
|
| dwickie wrote: | sorry for digging out few years old topic, but:
how do i add channe, when eggdrop joins in it? i tried bind join and than check if nick==botnick and add channel, but i found this quite not working :/ | you need to read, like all good soldiers Channels Module _________________
Johoho's TCL for beginners
 |
|
| Back to top |
|
 |
|