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.

Using \ in bots nick?

Old posts that have not been replied to for several years.
Locked
a
archer

Using \ in bots nick?

Post by archer »

I have some bots and I want to put a \ at the end of their nicks. How would I go about doing that? I just get errors when I try it. Thanks! :)
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

\ is a special char in tcl
you have to escape it by adding another \ infront of it
Elen sila lúmenn' omentielvo
a
archer

Post by archer »

Worked great, thanks. Although now there is a new problem:

<hub> [01:51] net: connect! sock 3
<hub> [01:51] DNS resolved 0.0.0.0 to mooo.com
<hub> [01:51] Telnet connection: mooo.com/3333
<hub> [01:51] net: connect! sock 11
<hub> [01:51] Refused moo@mooo.com (invalid handle: moo\)

I changed the host and IP to protect the innocent. ;)
p
puffi
Voice
Posts: 25
Joined: Tue Jun 01, 2004 10:09 am

Post by puffi »

You should define 'botnet-nick' to another nickname than your bot has in irc. \ seems not to be a valid char for handles OR you just didnt add that bot to the hub with the trailing \ :)
Locked