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