Bot Command List

By Pink chick 2 on Jul 04, 2008

Okay, well this is one of my third scripts that i've made. It's not really use full but i made it when i was bored. Keep in mind that i am fairly new to scripting lol. :) Instead of using msg $chan i used notice $nick because it might flood the chat or might be annoying when people are talking. It's pretty self explanatory with how to edit it and put your commands in.

-------------------------------------------------
-------------------------------------------------
------------[Made by Pink_chick_2]---------------
-----Copy the snippet and paste it into remotes--
-------------------------------------------------
-------------------------------------------------

on *:Text:!Command List*:#:{
  .timer 1 1 notice $nick 13<command>
  .timer 1 3 notice $nick 13<command>
  .timer 1 4 notice $nick 13<command>
  .timer 1 5 notice $nick 13<command>
  .timer 1 6 notice $nick 13<command>
  .timer 1 7 notice $nick 13<command>
  .timer 1 8 notice $nick 13<command>
  .timer 1 9 notice $nick 13<command>
  .timer 1 10 notice $nick 13End of list.
}
}

Comments

Sign in to comment.
ChunkieMonkey   -  Jul 06, 2008

Like Typo said though - Pretty good for one of your first scripts. I like how you use timers to stop flooding. 4/10 for me.

---Edit---

Sorry for double commenting.

 Respond  
ChunkieMonkey   -  Jul 06, 2008

Perhaps make it !bcommands ? Considering...What if a n00b mistakes it as server commands?

 Respond  
Pink chick 2   -  Jul 04, 2008

Thankyou LucStatise.

 Respond  
LucSatise   -  Jul 04, 2008

does exactly what it is supposed to do. nice for someone new.

4/10

 Respond  
Pink chick 2   -  Jul 04, 2008

Thanks for all the comments guys and sorry about the extra bracket lol, it does work, just type !command list and it should notice you with the list of commands. But it doesn\'t work if you type it directly from mIRC, but if other people do it will work.

 Respond  
Typo   -  Jul 04, 2008

Not bad considering your new to scripting and you have the right idea about not flooding the channel too which is great.
You may get some negative comments about this being un-original or too comon but just ignore them.
We all started off coming up with things like these and posting your work is a great way to get feedback and ideas even if some of it happens to be negative.

Good job. 3/10

 Respond  
EL   -  Jul 04, 2008

Well could be done in one like like .msg $nick !command , !command , !command ETC using one line instead of 10 maybe even switch .msg with .notice so they dont have a open query with the bot and you dont have to close any windows and such,Also flood protection should be added even if its simple.Nice work for one of your first snippet i suggest you add commands your sef an code them out like a regular bot even if is only like like a few simple on TEXT commands like !kick !deop !mute stuff like that get further experience in those events make sure you haev @ before the event an if ($nick ison $chan) { if you make channel mode and control commands.Up to you in the end but some simple suggestions.Also you have one closin bracket to many.`-.-´

 Respond  
essebi   -  Jul 04, 2008

It don\'t work, there are one more bracket (last one)
And a better way it\'s to add the command list on a txt and use the /play command that can handle multiple queryes to prevent excess flood: /help /play

Bye
essebi

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.