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.

many channel modes

Old posts that have not been replied to for several years.
Locked
N
Neomaster
Voice
Posts: 25
Joined: Mon Feb 23, 2004 5:24 pm

many channel modes

Post by Neomaster »

Why everytime I op my bot , he does the following :

--- NeoBot sets mode +s #bahaquizz
--- NeoBot sets mode +m #bahaquizz
--- NeoBot sets mode +t #bahaquizz
--- NeoBot sets mode +i #bahaquizz
--- NeoBot sets mode +n #bahaquizz
--- NeoBot sets canal limit to 1

I doesn't do anything , he comes in the channel , I op him , and he always do that...

(Version : Eggdrop v1.6.13)


How I stop him from doing this?
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Re: Damn... (Don't have a title to describe the problem)

Post by bobjuh »

Neomaster wrote:Why everytime I op my bot , he does the following :

--- NeoBot sets mode +s #bahaquizz
--- NeoBot sets mode +m #bahaquizz
--- NeoBot sets mode +t #bahaquizz
--- NeoBot sets mode +i #bahaquizz
--- NeoBot sets mode +n #bahaquizz
--- NeoBot sets canal limit to 1

I doesn't do anything , he comes in the channel , I op him , and he always do that...

(Version : Eggdrop v1.6.13)

How I stop him from doing this?
For the channel modes use them by the .chanset commander in the partyline. The channel limiting is a script. Check the scripts and the settings
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

do you have lines similar to these in your conf file?

channel add #bahaquizz {
chanmode "+mntsil 1"

?
N
Neomaster
Voice
Posts: 25
Joined: Mon Feb 23, 2004 5:24 pm

Post by Neomaster »

channel add #bahaquizz {
chanmode "+mt"
}

and still

--- NeoBot sets mode +s #bahaquizz
--- NeoBot sets mode +m #bahaquizz
--- NeoBot sets mode +t #bahaquizz
--- NeoBot sets mode +i #bahaquizz
--- NeoBot sets mode +n #bahaquizz
--- NeoBot sets canal limit to 1
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

it would be cool not to waste bandwidth repeating/copying what you have already posted. You need give more information if you truly expect to receive any further help, maybe starting with what TCL scripts you have loaded on this bot. Simply copy the last section of your conf file and paste the source lines, so it might be a quick process of elimination as to what setting you are missing.
N
Neomaster
Voice
Posts: 25
Joined: Mon Feb 23, 2004 5:24 pm

Post by Neomaster »

Script section :

##### SCRIPTS #####

# This is a good place to load scripts to use with your bot.

# This line loads script.tcl from the scripts directory inside your Eggdrop's
# directory. All scripts should be put there, although you can place them where
# you like as long as you can supply a fully qualified path to them.
#
# source scripts/script.tcl

source scripts/alltools.tcl
source scripts/action.fix.tcl

# Use this script for Tcl and Eggdrop downwards compatibility.
# NOTE: This can also cause problems with some newer scripts.
source scripts/compat.tcl

# This script provides many useful informational functions, like setting
# users' URLs, e-mail address, ICQ numbers, etc. You can modify it to add
# extra entries.
source scripts/userinfo.tcl
loadhelp userinfo.help



The channel section :

channel add #bahaquizz {
chanmode "+mt"
}
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Check your chanfile.

Try .status all in your bot. This will give you a rundown for every channel, the modes it is enforcing, so on so on.

.chanset #yourchannel chanmode +nt-smil

If all else fails, check .binds all; with barebones TCL, can't say what else it could be :mrgreen:
N
Neomaster
Voice
Posts: 25
Joined: Mon Feb 23, 2004 5:24 pm

Post by Neomaster »

THX! Everything works fine now
c
cloned

Post by cloned »

Neomaster wrote:THX! Everything works fine now

So what was the solution? Everyone just says "I Fixed it now, thnx"..... tell the rest of us WHAT you did to fix it if you could....... appreciated by us novices who read to learn solutions BEFORE we have the same problem.....

thnx
cloned
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

I think he did .chanset #channel chanmode +nt -smil for saving his problem :mrgreen:
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

cloned wrote:
Neomaster wrote:THX! Everything works fine now

So what was the solution? Everyone just says "I Fixed it now, thnx"..... tell the rest of us WHAT you did to fix it if you could....... appreciated by us novices who read to learn solutions BEFORE we have the same problem.....

thnx
cloned
Solution:
YooHoo wrote: .chanset #yourchannel chanmode +nt-smil
Locked