First of All.. hi to all.. nice forum here.. very nice indeed..
My question is very simple for ya guys.. but as i dont have any programming language experience, i dont want mess the script and the hub ;)
Here it goes:
Im trying to "hide" the bot from the Users Screen.. let it running.. but noone sees it..
Ex: i got a SpamBan script.. and i dont want anyone see it.. what should i do?
should i delete only the part:
function Main()
frmHub:RegBot(BotName)
end
??
please i accept all kinds of hints ;)
thnx very much.. and keep the good job..
"should i delete only the part:
function Main()
frmHub:RegBot(BotName)
end "
i guess yes..
change this to
function Main()
frmHub:UnregBot(BotName)
end
Greetz Troubadour
nice thanx Troubadour..
much better than simple delete the string ;)
also you can just do this
function Main()
-- frmHub:RegBot(BotName)
end
nice.. thanks Typhoon.. add comments at front also works.. much better also then simply delete the command from script ;)
btw.. my other topic about Tabulation in the Release_bot from Optimus just vanished..