Author Topic: how i do.....  (Read 3619 times)

0 Members and 1 Guest are viewing this topic.

Offline Devian

  • Wiseguy
  • **
  • Posts: 92
    • View Profile
how i do.....
« 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

Offline Javi

  • VC:MP Beta Tester (inactive)
  • Made Man
  • *
  • Posts: 149
    • View Profile
Re: how i do.....
« Reply #1 on: February 09, 2010, 06:01:21 pm »
So do you mean your own echo channel? If so, what script are you using?

Offline Skirmant

  • Made Man
  • ***
  • Posts: 134
    • View Profile
Re: how i do.....
« Reply #2 on: February 09, 2010, 06:02:15 pm »
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:
 
Code: [Select]
/msg #channelnamehere $vcmp.name($1,$2) $+ : $3-
That's pretty much it.
« Last Edit: February 09, 2010, 06:10:50 pm by Skirmant »

Offline Devian

  • Wiseguy
  • **
  • Posts: 92
    • View Profile
Re: how i do.....
« Reply #3 on: February 09, 2010, 06:13:49 pm »
uhmm!...
Forze i want connect my mIRC channel on my servers Squirrel / Pawno!!!




Offline Javi

  • VC:MP Beta Tester (inactive)
  • Made Man
  • *
  • Posts: 149
    • View Profile
Re: how i do.....
« Reply #4 on: February 09, 2010, 06:21:11 pm »
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.

Offline Devian

  • Wiseguy
  • **
  • Posts: 92
    • View Profile
Re: how i do.....
« Reply #5 on: February 09, 2010, 06:25:55 pm »
:/
anyway thanks a lot  :)

Offline Skirmant

  • Made Man
  • ***
  • Posts: 134
    • View Profile
Re: how i do.....
« Reply #6 on: February 09, 2010, 06:26:02 pm »
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...)
« Last Edit: February 09, 2010, 06:39:27 pm by Skirmant »