Share Pastebin
Guest
Public paste!

Moka

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 0.50 KB | Hits: 47 | Expires: Never
Copy text to clipboard
  1. Okay,
  2. on your bot hit ALT +R, Goto Remote then File and then You click New.
  3.  
  4. This you need to add
  5.  
  6. on *:text:*:#:{
  7.   if ($1 == $me) && ($2 == Hi) {
  8.     msg $chan Hi there $nick $+ , My name is $me and I am coded by moka.
  9.   }
  10. }
  11.  
  12. To add more of these commands you just do the following
  13.  
  14. on *:text:*:#:{
  15.   if ($1 == $me) && ($2 == Hi) {
  16.     msg $chan Hi there $nick $+ , My name is $me and I am coded by moke.
  17.   }
  18.  if ($1 == $me) && ($2 == text here) {
  19.  msg $chan (what you want it to say)
  20. }
  21. }