Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'command'

1881594 - mIRC /mute command, put this int: mirc script command good music 80s mute mr 80 eighties styx roboto
  1. alias mute {
  2.   /mode $chan +bb ~q: $+ $address($1, 2) ~n: $+ $address($1, 2)
  3.   /timer 1 1 /notice $$1 You have been silenced for the next one minute. Please use this time to think about your actions.
  4.   /timer 1 60 /mode $chan -bb ~q: $+ $address($1, 2) ~n: $+ $address($1, 2)
1765132 - _dead Mass add/rem user: x user command add mass adduser rem
  1. alias madduser {
  2.   if ($active == $chan) {
  3.     if (X ison $chan) {
  4.       if ($numtok($1-,32) > 1) {
  5.         set %maddusx $numtok($1-,32) | set %maddusxlv $gettok($1-,%maddusx,32)
  6.         :lma
  7.         if (%maddusx > 1) { dec %maddusx | echo -a .msg x adduser # $gettok($1-,%maddusx,32) %maddusxlv | goto lma }
  8.         else halt
  9.  
1291894 - ScriptHelper: lua command guide basic
  1. --Scripting LUA help.
  2.  
  3. --This is a general trouble shooting command, if you place it in the correct part in your LUA script and have
  4. output open, it will let you know when something isn't working. The text in the quotes can be changed. It is
  5. not required, though. Editing the script beyond the quote area may cause the script not to work. Here is the
  6. basic command.
  7. --SCRIPT BELOW
  8. print("Your script is not working correctly.")
  9.  
616066 - ikks: python command line sample
  1. #!/usr/bin/python
  2. import sys
  3.  
  4. if __name__ == '__main__':
  5.  
  6.         if len(sys.argv) > 1:
  7.             for i in sys.argv:
  8.                 print i
  9.  
worth-right
worth-right
fantasy-obligation