Advertisement
illpastethat

Bot Help Response

Jun 26th, 2011
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.38 KB | None | 0 0
  1. on *:join:#rsbot*: {
  2.   if ($istok($bothelpers,$nick,44)) {
  3.     msg $chan Welcome back to $chan $+ ! Enjoy your stay...
  4.   }
  5.   elseif (!$istok($bothelpers,$nick,44)) {
  6.     msg $chan $nick needs help with rsbot!
  7.   }
  8. }
  9. alias bothelpers {
  10.   return activeradio,EatMyCheese,nick1,RSBot,LimitServ,Patyfatycake,Popm4n,Yahoo,Goldeneye007,Nexbot,Speed,SYNTAXERROR,TDuece|Out,Ricky123,weebl
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement