Bot-Desc
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

Bot-Desc

Started by B@B?, 24 May, 2005, 14:11:07

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

B@B?

Hi there

1.
I wish to give any bot of mine an desc.
HOW can i use the following lines to do this?
(Or- what i must do? An example will be useful.
Of cause, a ready one too...) thx
*****************************************

Botname = "Hello-Bot"
desc_tag = "Here i am! <++ V:0.xxx,M:A,H:1/0/1,S:3>"
connection = "DSL"
email = "I@here.uk"
shared = "0" -- in bytes
else
Botname = "Time-Bot"
desc_tag = "Here i am! <++ V:0.xxx,M:A,H:1/0/1,S:3>"
connection = "DSL"
email = "I@here.uk"
shared = "0" -- in bytes
else
Botname = "Game-Bot"
desc_tag = "Here i am! <++ V:0.xxx,M:A,H:1/0/1,S:3>"
connection = "DSL"
email = "I@here.uk"
shared = "0" -- in bytes

bothello = "$Hello"
botmyinfo = "$MyINFO $ALL "..botname.." "..desc_tag.."$ $"..connection..string.char(5).."$"..email.." $"..shared.."$"
THE DAY AFTER...  

...is >>>>>>>> NOW!




Btw:
Plz excuse my english...
It?s not the best, i?m sure...but it?s funny...isn?t it?

TTB

#1
Example:
bot = "[BOT]Test"
botDesc = "My secription"
botTag = "My Tag"
botSpeed = "Lightspeed"
botEmail = "Test@test.com"
botShare = 0

function Main()
	frmHub:RegBot(bot)
	botinfo = "$MyINFO $ALL "..bot.." "..botDesc.."<"..botTag..">$ $"..botSpeed..string.char(1).."$"..botEmail.."$"..bshare.."$"
end

function NewUserConnected(user)
	user:SendData(botinfo)
end
TTB

(? ?.??.-> Admin @ Surfnet hubs <-.??.???)

PPK

Or use PtokaX MyINFO handling for bots ;)
bot = "[BOT]Test"

botDesc = "My secription"

botTag = "My Tag"

botEmail = "Test@test.com"


function Main()

	frmHub:RegBot(bot, 1, botDesc.."<"..botTag..">", botEmail)

end
Btw good bot don't have connection...
If you make small test, create bot with connection and send from this bot mass message then any client in away mode reply with own away message... if bot don't have connection then you don't receive (or only few from bad clients) away messages :))
"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall

B@B?

#3
WHOOP!...that it is.  ;)  Thank YOU!

btw: YOUR btw-message was very interessting cause i hadn?t know this...i?ll think about.  8o
THE DAY AFTER...  

...is >>>>>>>> NOW!




Btw:
Plz excuse my english...
It?s not the best, i?m sure...but it?s funny...isn?t it?

TTB

QuoteOriginally posted by PPK
Or use PtokaX MyINFO handling for bots ;)
bot = "[BOT]Test"

botDesc = "My secription"

botTag = "My Tag"

botEmail = "Test@test.com"


function Main()

	frmHub:RegBot(bot, 1, botDesc.."<"..botTag..">", botEmail)

end
Btw good bot don't have connection...
If you make small test, create bot with connection and send from this bot mass message then any client in away mode reply with own away message... if bot don't have connection then you don't receive (or only few from bad clients) away messages :))

Thisone is indeed better to use. But how can I define the sharesize? Or isn't that possible... I'm just wondering, and I know it isn't important...
TTB

(? ?.??.-> Admin @ Surfnet hubs <-.??.???)

SMF spam blocked by CleanTalk