This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Clink Problems

Support & discussion of released scripts, and announcements of new releases.
Post Reply
x
xnemesis
Voice
Posts: 2
Joined: Thu Apr 19, 2007 3:23 pm

Clink Problems

Post by xnemesis »

Hi I'm having problems using clink.tcl (multi-channel and network relay script). I can't seem to make it do anything! It loads and I see the line:

Code: Select all

[21:14] clink.tcl: I am Pong running on SwiftIRC.
[21:14] Loaded clink.tcl: {SImPhAt} Channel Linker v1.2
On both bots (nicks and networks different) but it relays nothing from either channel. This is the set up of my .tcl script file for both bots.

Code: Select all

set clink_botnicks {"PwnStar" "Pong"}

set clink_onchan(#lobby@SuperIRC-Network) "PwnStar"
set clink_onchan(#superirc@SwiftIRC) "Pong"

set clink_relayto(#lobby@SuperIRC-Network) {"#superirc@SwiftIRC"}
set clink_relayto(#superirc@SwiftIRC) {"#lobby@SuperIRC-Network"}
Any help as to why they aren't relaying? The botnet works successfully and they can communicate with one another, so I'm putting it down to a problem with how I've configured the script .
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Either contact the script's author or try using a different script. There are a lot of relay scripts in the Tcl archive.
x
xnemesis
Voice
Posts: 2
Joined: Thu Apr 19, 2007 3:23 pm

Post by xnemesis »

I couldn't find a contact for the scripts author. And I've tried the only couple that are available to me, as the channel names are different. So I need a multi-channel relay. I'll take another look though
Post Reply