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.

tell the bot a user has split

Old posts that have not been replied to for several years.
Locked
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

tell the bot a user has split

Post by De Kus »

is it possible via a TCL script to tell the bot a user has not quit but split (like capturing via bind quit and return 1). But I couldn't find any command refering to something like this. The cause I want such a script is, because QuakeNet likes to 'quit' user when changing normal hostmark to the authed one. But the bot does not like them to get serverop, beause he they are to supposed to look like they had no op before :mrgreen:. Is there a way or shall I give up the idea?
lets end this with an example ^-^
[16:25:56] * Wachmann (maxl@ist.der.coder.der.matr1x.de) Quit (Registered)
[16:25:56] * Wachmann (maxl@W4chmann.users.quakenet.org) has joined #sTe
[16:25:56] * tiscali.dk.quakenet.org sets mode: +o Wachmann
[16:26:00] * StarZ|Clan sets mode: -o Wachmann
PS: stopnethack is set to 5 and -bitch

PPS: alternitvely I'd use a smal modul, if only possible this way, but that would be off-topic ^-^
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
User avatar
Rusher2K
Halfop
Posts: 88
Joined: Fri Apr 18, 2003 10:45 am
Location: Germany
Contact:

Post by Rusher2K »

I'am on Quakenet to and all my eggdrops of #sicherheit have:

Code: Select all

set global-stopnethack-mode 0
And it works fine.
Test it. When you have any Question Qry me Nick: Rusher2K

Info about stopnethack :) :

Code: Select all

# stopnethack-mode 0
#    This setting will make the bot de-op anyone who enters the channel
#    with serverops. There are seven different modes for this settings:
#       0 turn off,
#      1 isoptest (allow serverop if registered op)
#      2 wasoptest (allow serverop if op before split)
#      3 allow serverop if isop or wasop
#      4 allow serverop if isop and wasop.
#      5 If the channel is -bitch, see stopnethack-mode 3
#        If the channel is +bitch, see stopnethack-mode 1
#      6 If the channel is -bitch, see stopnethack-mode 2
#        If the channel is +bitch, see stopnethack-mode 4
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

this would not solve the problem, but just avoid it XD.
but i wouldn't like to, its a security whole. Since all my chans are set +u (supress quit message) the registred quit is a save sign for proper server side rejoin and would be allowed to be threaten as a netsplit.

PS: if I didn't know the options, I wouldn't have posted my bitch setting ;).
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

So, if you can see that "Quit (Registered)" then why don't you use the sign bind and check if $nick has quited and returned or something like this? I think I sow a topic about something related to this, you should to a search on the forum.
Once the game is over, the king and the pawn go back in the same box.
Locked