Advertisement
intersys

Untitled

Aug 10th, 2014
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.29 KB | None | 0 0
  1. on *:TEXT:*:#: {
  2.   if ($1 == !Addme) {
  3.     if (!STEAM_*:*:* iswm $2) { msg $chan Syntax 04Error!01 $nick you must write your steamd-id like this: STEAM_0:0:12345678 }
  4.     writeini -n SteamIDS.ini $address($nick,2) SteamID $2 | msg $chan $nick You register to the bot with the steam-id: $2
  5.   }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement