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.

can't remove channel

Old posts that have not been replied to for several years.
Locked
D
Dentarg!

can't remove channel

Post by Dentarg! »

i want my bot to leave a channel, but i won't do as i say
.-chan #dent.script
<bot> Cannot remove #dent.script, it is not a dynamic channel!.
why does it say that? and how shall i do to make it leave the channel?
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

You have to remove static channels (i.e.. added in the config) from the config. If you want to temp remove it, .chanset #chan +inactive
W
William

Post by William »

The channel you are trying to make it remove is a channel set in the eggdrop's config (eggdrop.confic) file and not one added with .+chan. So the only thing you can do it remove it from the config and add the main channel where the bot will be from now on.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You don't need a channel in the config file at all.

The only real use for a static channel (one added in the config file), it to provide protection from owners with a grudge, removing the channel.

Eggdrop will work fine using only dynamic channels (thoese added with .+chan).
Locked