Advertisement
intersys

Untitled

Mar 29th, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.36 KB | None | 0 0
  1. if ($1 == %Bot.MainSign $+ play) && (%Game.Status == OFF) {
  2.   if ($numtok(%addp,44) == 10) { mix | unset %addp }
  3.   if ($ini(System/Players.ini,$wildsite)) {
  4.     msg %Bot.Channel Sorry $nick your already join the game.
  5.   }
  6.   else {
  7.     writeini -n System/Players.ini $wildsite nick $nick
  8.     set %addp $addtok(%addp,$wildsite,44)
  9.     msg %Bot.Channel $nick register.
  10.   }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement