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.

How to find out the bind raw number

Help for those learning Tcl or writing their own scripts.
Post Reply
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

How to find out the bind raw number

Post by Madalin »

How can i find out the bind raw number for the notice when the eggdrop is an irc operator

-server name- *** Notice -- Client connecting: AndroUser (androirc@84.78.17.179) [84.78.17.179] {Users} [Android IRC Client] <AKABb>

etc
w
willyw
Revered One
Posts: 1205
Joined: Thu Jan 15, 2009 12:55 am

Re: How to find out the bind raw number

Post by willyw »

Madalin wrote:How can i find out the bind raw number for ...
If you have enabled raw logging in eggdrop.conf, then do:
.console +r
so that you see everything coming into the bot, in the partyline.

You will then see the raw numerics.

For example, do:
.dump whois some_nick
on a nickname that is online.
You can see the raw numerics in the return.
the notice when the eggdrop is an irc operator
...
I'm not sure that a notice even has numerics.
You'll find out soon enough though.
:)


I hope this helps.
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

Post by Madalin »

Find out that i could see that using bind raw - NOTICE. Thanks
Post Reply