View Single Post
  #1  
Old 06-06-2006, 03:46 PM
tda-me is offline tda-me
Registered User

Join Date: May 2006
Posts: 10

eek Trick: Do not display "Bot" over Bots

Hi, this is a fast one:

You need the txt2bin and/or bin2txt tool to create you own bin.

If you want to do not display any name over a friendly bot, you have to add this line in you .txt you want to make to your bin :

STRNAME005 = "*";

The "*" is a sign you create with alt-gr + 255 on your numblock. If you place a space sign between the bot's name will be displayed as "Bot".

And you need such a line in your .wac, for each bot :

if never() then
ssnname(444, STRNAME005)
endif

I hope this is a help an no spampost.

tda
Reply With Quote