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.

Joining channels...

Old posts that have not been replied to for several years.
Locked
F
Fluxism
Halfop
Posts: 47
Joined: Mon Aug 05, 2002 8:58 am

Joining channels...

Post by Fluxism »

Hi all,


Simple question. How to I ad a channel to the bots conf file which has a [ in it?

For example;

channel add #[fred] {
chanmode "+ntcpl-iCDrk"
idle-kick 0

The bot will never start... So how do I get round this?


Thanks. :lol:
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Please see the many receint posts regarding this.

You need to escape the [ character, so that Tcl doesn't think it is a command.
User avatar
arcane
Master
Posts: 280
Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:

Post by arcane »

#\[fred\]
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Actualy #\[fred] will do fine. :)
Once the game is over, the king and the pawn go back in the same box.
Locked