Vice City Multiplayer
General Discussion => Support => Topic started by: Devian on February 09, 2010, 04:55:12 pm
-
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
-
So do you mean your own echo channel? If so, what script are you using?
-
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.
-
uhmm!...
Forze i want connect my mIRC channel on my servers Squirrel / Pawno!!!
-
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.
-
:/
anyway thanks a lot :)
-
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...)