Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Gangz on January 06, 2004, 11:01 PM

Title: Command Suggestions
Post by: Gangz on January 06, 2004, 11:01 PM
I am open for suggestions right now for commands you would like to see on a new bot. Anything you may have wanted and cant find, something you wanted to learn and cant do ( ill write it and open source it) any ideas you have please share
Title: Re:Command Suggestions
Post by: OuTLawZGoSu on January 07, 2004, 09:36 AM
I'd like to see a .seen command. Where the user types .seen <username> and the bot tells them the last time the username was in the channel.
Also, autokick would be phat.

I think ultimate bot got this command.
Title: Re:Command Suggestions
Post by: Lord-Vegito on January 07, 2004, 03:12 PM
since i dont know wut language u use im just gonna assume vb...autokick isnt hard, give a user some flag (eg. K) and when u check user flags upon join do something like

if users flag = "K" then: send "/kick " & username

obviously that isnt the real working code but it should help u understand


and Gangz, wut about sweepban or timeban? sweepban checks a channel and bans everyone in it and timeban bans a user for a certain amount of time and when times up it unbans.

and make sure the sweepban bans everyone in the specified channel, ive noticed that the sweepban on stealthbot stops banning part way through the list for some reason.
Title: Re:Command Suggestions
Post by: Daniel on January 07, 2004, 03:40 PM
how about like a translator button where you can translate your text to german, korean etc now that would be handy
Title: Re:Command Suggestions
Post by: Mesiah / haiseM on January 07, 2004, 04:11 PM
Quote from: Daniel on January 07, 2004, 03:40 PM
how about like a translator button where you can translate your text to german, korean etc now that would be handy

Actually i was working on adding that feature to my bot, but the more and more i did, i realized just how useless it is. There is far too much slang, and undefined words to make a TRUE translator..
Title: Re:Command Suggestions
Post by: Adron on January 07, 2004, 04:12 PM
A translator would be really nice to have. Add that, for incoming text!
Title: Re:Command Suggestions
Post by: Gangz on January 07, 2004, 04:31 PM
Hrmm thats a hard project but you cuold understand the koreans HA
Title: Re:Command Suggestions
Post by: ChR0NiC on January 10, 2004, 04:16 PM
A more efficient sweepban would be nice, because alot of bots with sweepban can't ban the ops or a channel with 1 person in it.....
Title: Re:Command Suggestions
Post by: Arta on January 10, 2004, 10:24 PM
Operators can't be banned.
Title: Re:Command Suggestions
Post by: UserLoser. on January 10, 2004, 10:26 PM
Quote from: Arta[vL] on January 10, 2004, 10:24 PM
Operators can't be banned.

Believe he's talking about banning the operators in another channel, which can be done
Title: Re:Command Suggestions
Post by: Gangz on January 10, 2004, 10:39 PM
Yes and i already talked to him about how to do it
Title: Re:Command Suggestions
Post by: ChR0NiC on January 11, 2004, 05:51 AM
Damn it.....I forgot how......can you refresh my memory  :(