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.

bind raw - ?

Old posts that have not been replied to for several years.
Locked
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

bind raw - ?

Post by metroid »

Is there a list of raw's somewhere? I've tried using the search button and it came up with 28 pages :o

(ps. im looking for the raw to determine when a channel was created. On quakenet the command is /mode #chan. fx:
/mode #v1per will return:
#v1per +mtnCNul 33
#v1per created on Sun Jun 20 23:52:59 2004
and i just want it to read and return the lower one)
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

read rfc1459 (numeric replies)
or just do '.console +r' and '.dump MODE #somechan' and see what you get (you might need to change the value of 'use-console-r' in your conf before you do this)
Have you ever read "The Manual"?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

The best thing todo in a case like this is to, get the source-code for the ircd being used on quakenet.

Save it and open it on your hard disk, then search the source code files for the raw replies. That would be the most updated and accurate replies for that particular ircd.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Thanks you :)
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Ok, i found it. It was raw 329
Locked