Advertisement
Guest User

Untitled

a guest
Jul 1st, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.94 KB | None | 0 0
  1.       elseif ($istok($c(unban) $c(bandel),$1,32)) {
  2.         set -u3 %chan.flood Unban
  3.         if ($2 !isnum) || (STEAM_?:?:* !iswm $2) { msg %chn $stl(04-Error- %color2 $+ Syntex is: !UnBan <BanID/SteamID> (To Find BanID use in the command: %color1 $+ !Banlist $+ %color2 $+ )) | halt }
  4.         if ($2 isnum) {
  5.           if ($ini(gatherbot/banned.ini,$2)) {
  6.             var %q $v1
  7.             UnBanAllServers %q
  8.             msg # $stl( $+ %color1 $+ %q  $+ %color2 $+ Has Been UnBanned)
  9.           }
  10.           else { msg %chn $stl( $+ %color1 $+ T $+ %color2 $+ here Is No $chr(35) $+ %color1 $+ $2 %color3 $+ in Banned-list) }
  11.         }
  12.         elseif (STEAM_?:?:* iswm $2) {
  13.           if ($ini(gatherbot/banned.ini,$2)) {
  14.             UnBanAllServers $2
  15.             msg # $stl( $+ %color1 $+ $2  $+ %color2 $+ Has Been UnBanned)
  16.           }
  17.           else { msg # $stl( $+ %color1 $+ $2 I $+ %color2 $+ s not appear in Banned-list) }
  18.         }
  19.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement