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.

undernet mode +x

Help for those learning Tcl or writing their own scripts.
Post Reply
C
CrazyEgg
Halfop
Posts: 47
Joined: Thu Jul 28, 2005 4:02 pm

undernet mode +x

Post by CrazyEgg »

nick is ~ident@host * fullname
nick on #mychan
nick using *.undernet.org The Undernet Underworld
nick is logged in as crazyegg

that is a example of whois to undernet from a user without /mode nick +x

can someone tellme what raw read "nick is logged in as crazyegg" this part of whois?
i want to make the bot to detect the login user account and not the host.
any help?
thanks a lot
User avatar
DarkDeviL
Voice
Posts: 10
Joined: Sun Jul 03, 2005 4:29 pm
Location: Denmark
Contact:

Post by DarkDeviL »

It is RAW 330. :)

The parameters should be likely:

:hub.uk.staynet.org 330 your_own_nick whois_on account :is authed as
:hub.uk.staynet.org 330 your_own_nick whois_on account :is logged in as

Example(s):
:hub.uk.staynet.org 330 evil-b0t DarkDeviL^ DarkAuth :is authed as
-- DarkDeviL^ is authed as DarkAuth
:hub.uk.staynet.org 330 evil-b0t DarkDeviL^ DarkAuth :is logged in as
-- DarkDeviL^ is logged in as DarkAuth

It should be like that :)
DarkDeviL.
E-mail: append '@staynet.org' to 'darkdevil'.
WWW: www.DarkDeviL.dk
IRC: #DarkDeviL, at irc.staynet.org
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

log into IRC using raw telnet and see for yourself

or set console +r and .dump whois
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Or in your mIRC client type '/dump @info' then do a whois and you will see all the raws used by the server.
Once the game is over, the king and the pawn go back in the same box.
Post Reply