mIRC Home    About    Download    Register    News    Help

Print Thread
#113649 07/03/05 10:46 AM
Joined: Jun 2003
Posts: 56
G
Babel fish
OP Offline
Babel fish
G
Joined: Jun 2003
Posts: 56
This is going to sound stupid, and i could swear i did this once before, (which i normaly claim with all my posts) because this truely has been driving me nuts...

When i do /version or /version sevrer*

I want to record the following.. in a var (just for testing) later i will stick it in a ini. (which i already know how to use.. )

Unreal3.2.2b. server.name.net FinWXOoZE [*=2305]

(the main goal is torecord the name of the IRC Software/IRCd whether its Conference Room, Unreal, viagra, ircu,) whatever the version is, i want to record it.. the main issue is, i dont know how to do it, which i have been painfuly working on for too long.


- Andrew Berquist, Windfyre Network
#113650 07/03/05 01:07 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
raw 351:*:set %var $2-

#113651 07/03/05 01:08 PM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
Your going to want to catch raw 351
raw 351:*: {
do stuff
}

#113652 07/03/05 06:02 PM
Joined: Jun 2003
Posts: 56
G
Babel fish
OP Offline
Babel fish
G
Joined: Jun 2003
Posts: 56
Ahh.. raws, i knew there was something frown I lost my raw list, i guess i will have to find another in unreals stuff. thank you guys smile


- Andrew Berquist, Windfyre Network
#113653 08/03/05 07:40 AM
Joined: Jun 2003
Posts: 56
G
Babel fish
OP Offline
Babel fish
G
Joined: Jun 2003
Posts: 56
infact, now that i'm looking at that.. it may not be working so well ;p for unreal atleast, i need to look up unreal raws i guess to start things off..


- Andrew Berquist, Windfyre Network
#113654 08/03/05 09:42 AM
Joined: Jun 2003
Posts: 56
G
Babel fish
OP Offline
Babel fish
G
Joined: Jun 2003
Posts: 56
Just to make a note, i found 002 for raw's works better, and using $7- to catch the reply for the version. Now to change this over to... writeini shocked


- Andrew Berquist, Windfyre Network

Link Copied to Clipboard