Advertisement
intersys

Untitled

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