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.

+x modes on Undernet

Old posts that have not been replied to for several years.
Locked
User avatar
DrTongue
Op
Posts: 115
Joined: Sat Jan 26, 2002 8:00 pm
Location: Orlando, Florida
Contact:

+x modes on Undernet

Post by DrTongue »

Undernet, and I also believe some other networks, have implemented it so a user can type /mode <usernick> +x and it will "mask" the users IP. How, if even possible, could it be done for you to make the bot do this? Would it be in the config? Through partyline? Or can it even BE done? The bots ARE registered through X so that is not a problem. ANy ideas?
M
Mandor

Post by Mandor »

The best of ideas would be to use mc_8's services tcl script.
It makes the bot set mode +x on himself on connection.
k
kain
Halfop
Posts: 91
Joined: Fri Mar 15, 2002 8:00 pm
Contact:

Post by kain »

on the party line type:

Code: Select all

.dump mode botnick +x
or in your conf:

Code: Select all

set init-server { putserv "MODE $botnick +ix-ws" }
or after you've authed.
User avatar
DrTongue
Op
Posts: 115
Joined: Sat Jan 26, 2002 8:00 pm
Location: Orlando, Florida
Contact:

Post by DrTongue »

Thank you both very much.
Locked