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.

problem with chanserv

Old posts that have not been replied to for several years.
Locked
d
dropman
Voice
Posts: 15
Joined: Fri Mar 21, 2003 3:55 pm
Location: Latvia, Daugavpils

problem with chanserv

Post by dropman »

When someone places ban through chanserv (akick) after banning and kicking user my bot immediatly removes ban from channel banlist. why does he do so ?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

3 possible reasons

1: You have -nodesynch set in the channel settings.

2: You have bounce-modes set in the config file, as 1

3: You have -userbans in thechannel settings.

Mkae sure you have added chanserv to the bots, with the +fo flags, and a random garbled password.
d
dropman
Voice
Posts: 15
Joined: Fri Mar 21, 2003 3:55 pm
Location: Latvia, Daugavpils

chanserv

Post by dropman »

OK, problem was in -nodesynch. Bud How do i need to set chanserv a password ? Is there a command for doing that ?
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

.help chpass

### chpass <handle> [newpassword]
Changes a user's password on the bot. If you leave off the new
password, the user effectively no longer has a password set. A
password is needed to get ops, join the party line, and other
things (but only required if one is set).

NOTE: In previous versions, setting a password to "nopass" would
clear a user's password -- with encrypted passwords, this no
longer works!
photon?
d
dropman
Voice
Posts: 15
Joined: Fri Mar 21, 2003 3:55 pm
Location: Latvia, Daugavpils

Post by dropman »

thank you, but can i make so that if user do not wat to use password, because he has permanent IP, can i let him to use bot without pass ?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

No.

Most eggdrop functions require that a password is set.

Without major changes (that I wouldn't even consider looking into), this isn't possible.
Locked