• Welcome to Vice City Multiplayer.
 

how i do.....

Started by Devian, February 09, 2010, 02:55:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Devian

how i do to connect my channel on my server?
i don't want connect "script" just my channel on the server
just see a chat!!!

thanks

Javi

So do you mean your own echo channel? If so, what script are you using?

Skirmant

#2
I guess you're talking about mirc. That would require adding a simple script line.

1. Make the mirc script also has a bot and make him join your channel.
2. Add this to your chat signal:

/msg #channelnamehere $vcmp.name($1,$2) $+ : $3-

That's pretty much it.
I know advance mIRC, average C++, basic Pawn & Squirrel, very basic Java Script.

Devian

uhmm!...
Forze i want connect my mIRC channel on my servers Squirrel / Pawno!!!




Javi

Oh right, so you are talking about an IRC echo, Squirrel does not have official support so I don't think I can help you with it in here  :(

Um, and I haven't seen any Pawn script using an IRC echo yet, it's only possible to do with Squirrel and mIRC, and Pawn as well, but you'd have to script it.

Devian


Skirmant

#6
I believe one of the simplest solutions would be writing all of the chat logs of the server into .ini files. For example lets say the mirc script bot detects a change in the ini file. He will retrieve the message and send it to your channel. Easy as pie  :P (mm.. pie...)
I know advance mIRC, average C++, basic Pawn & Squirrel, very basic Java Script.