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.
Old posts that have not been replied to for several years.
R
RebelWolf
Post
by RebelWolf » Sat Apr 24, 2004 6:07 am
Any1 would have any idea how to have each bot replace a certain cookie (like $nick for example) by its own nick when using a .netdump ?
Linknet uses hostname mangling by using the following command: /mode <own nick> +h
I need to find a way to have the bots dump the line using their own nick... or find a way to make sure they set mode <botnick> +h on connect.
Any help would be appreciated.
YooHoo
Owner
Posts: 939 Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast
Post
by YooHoo » Sat Apr 24, 2004 8:14 am
RebelWolf wrote: I need to find a way to have the bots dump the line using their own nick... or find a way to make sure they set mode <botnick> +h on connect.
# Set here a script to run (if any) when first connecting to a server.
set init-server { putserv "MODE $botnick +h" }
R
RebelWolf
Post
by RebelWolf » Sat Apr 24, 2004 8:16 am
Thx bud !
Should've thought of this one myself, lol...