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.

A few questions :))

Old posts that have not been replied to for several years.
Locked
I
Insectora
Voice
Posts: 16
Joined: Thu Feb 20, 2003 2:51 am
Location: Germany

A few questions :))

Post by Insectora »

First : With what flag the bot unban a user, when the user get banned ?

Second : When my bot is only kicked, he is rejoining in the chanel immediately. But when the bot is kickbanned , the bot is not joining immediately in the chanell after he unban itself by ChanServ.He is rejoining about 15-20 seconds after the unban.Do I wrong something in the config ? Or this is normal way to join after a ban ?
:))
Stealth
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This is normal after a ban.

1: Bot is banned, and kicked.

2: The bot tries to join the channel again, however, a message stating the bot is banned is returned.

3: Upon this message, the bot runs the need-unban events and binds.

4: The Tcl script, talks to chanserv to get the ban lifted.

5: The bot waits a while, before try to join again.

6: If still banned, need-unban events and binds are triggered again.

It may take a few seconds for chanserv to complete the unban.

IRC servers do not confirm when a ban is removed, unless the bot is in the channel (in which case, it sees the mode lines).

Chanserv may send a message, however, it sounds like your script, is not designed to handle this message, and make the join happen right then.

Eggdrop will not contiously send JOIN commands to the server. 1: this could fllod it off, 2: it can get a IRCops attention (mean a kill or k-line), 3: is bad practice in genral.
I
Insectora
Voice
Posts: 16
Joined: Thu Feb 20, 2003 2:51 am
Location: Germany

Post by Insectora »

Ok thanks :))
But you didn't answer the first question :))
When somebody ban me, the bot is unbanning me :)) Good. :)
But when a user with +f, n, m flag is banned, the bot is not unbanning him :))
Which flag or other thing, I should set , so the bot unban the banned user ?
:))
Stealth
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

See .help chaninfo and also .help chanset

Tip: +protectfriends :)
Once the game is over, the king and the pawn go back in the same box.
Locked