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.

Changed: 0, kick-method: 1, nr: 1 (Solved)

General support and discussion of Eggdrop bots.
Post Reply
g
gemeau50
Voice
Posts: 38
Joined: Fri Jun 11, 2004 6:16 am
Location: Trois-Rivières, Canada

Changed: 0, kick-method: 1, nr: 1 (Solved)

Post by gemeau50 »

Having problems with our shell, we are thinking of using a windrop rather than an eggdrop. Honestly, they look quite the same at my level. I did ask my question on a Windrop forum and several #windrop help channels without getting a reply. Hopefully, you might be able to help.

Windrop 1.6.19
When a user who’s address mask is in the windrop banlist joins the channel, the bot bans the user applying the proper mask and kicks the user. But the bot do not show the kick reason written in the banlist. Instead it shows the default kick reason, and displays the following in a log file and on the party line:
Changed: 0, kick-method: 1, nr: 1.

I might have found the responsible line in the eggdrop which would trigger such a message, but I haven't got a clue what it means.

File: server.c
Line: debug3("Changed: %d, kick-method: %d, nr: %d", changed, kick_method, nr);

Anyone knows when and why this message would be triggered?

Tx in advance
Last edited by gemeau50 on Sat May 03, 2008 2:38 pm, edited 1 time in total.
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

Use the following settings only if you set 'net-type' to 5!
set kick-method 1
If your network supports more users per kick command then 1, you can change this behavior here. Set this to the number of users to kick at once, or set this to 0 for all at once.
You must have set your net-type to 5. The ircd's using this net-type may support more than 1 user kicked at once, kick-method allows setting this.
You more than likely don't need to choose net-type 5 and should choose another.
g
gemeau50
Voice
Posts: 38
Joined: Fri Jun 11, 2004 6:16 am
Location: Trois-Rivières, Canada

Post by gemeau50 »

speechles, thank you for your reply. Unfortunately, it won't be that simple.

At that level, my config file was properly configured.
# What is your network?
# 2 = Undernet
# 5 = Others
set net-type 2

### IRC MODULE - OTHER NETWORKS (net-type 5) ###
# Attention: Use these settings *only* if you set 'net-type' to 5!
# set kick-method 1
g
gemeau50
Voice
Posts: 38
Joined: Fri Jun 11, 2004 6:16 am
Location: Trois-Rivières, Canada

Post by gemeau50 »

Disabling (# addlang "French") solved the problem.
Post Reply