Skip to content
General IRCX

Raw > Sockwrite

A TG007 community discussion started by TemperMental.

Discussion 5 posts
Page 1 of 1
Open
Topic #4268 · 5 published posts · 1,703 views

Does anyone know of a program or website that can translate raw codes into sockwrite codes?

You may try here

http://mirc-undernet.org/scripts.html

 

Thanks, but thats not necessarily what I'm looking for. I basically want something that can take the codes I've made in mIRC and make them into sockwrite codes. I'm trying to do this because the connections coded in sockwrite wont work with my script.

It won't work perfectly but if you go in mIRC editor (alt+r or however you wanna get there) and select find, select both checkboxes then type in "sockwrite -n socketname" in the top box then "raw -q" in the second box. Just be sure your connection isn't loaded at the time.

 

Two things that may be problematic with this method are:

1. The commands might not all be -n or end with just the socketname; it may end with something like .test

2. The identifiers ($1, $2, etc) might not be the same for sockwrites as they are for raw commands.

 

I did that and nothing changed, am I doing this in all scripts? or just remotes?