Moka
By: a guest | Mar 21st, 2010 | Syntax:
None | Size: 0.50 KB | Hits: 47 | Expires: Never
Okay,
on your bot hit ALT +R, Goto Remote then File and then You click New.
This you need to add
on *:text:*:#:{
if ($1 == $me) && ($2 == Hi) {
msg $chan Hi there $nick $+ , My name is $me and I am coded by moka.
}
}
To add more of these commands you just do the following
on *:text:*:#:{
if ($1 == $me) && ($2 == Hi) {
msg $chan Hi there $nick $+ , My name is $me and I am coded by moke.
}
if ($1 == $me) && ($2 == text here) {
msg $chan (what you want it to say)
}
}