Advertisement
joob

KIWI IRC COMMAND ALLOWED ON DNBRADIO CHAT ROOM

Sep 15th, 2015
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. KIWI IRC COMMAND FOR DNB CHAT ROOM
  2.  
  3. Supported IRC Commands
  4.  
  5. A lot of IRC commands are transparently relayed to the server. However a large number are handled seperately to make it easier to use IRC.
  6. The handled commands are found below while any not listed will be relayed to the server.
  7.  
  8. Default Aliases
  9.  
  10. /p => /part
  11. /me => /action
  12. /j => /join
  13. /q => /query
  14. /w => /whois
  15. /raw => /quote
  16. General IRC commands
  17.  
  18. /msg $target $message
  19. /action $message
  20. /query $nick
  21. /notice $target $message
  22.  
  23. /join $channel [$key], [$channel [$key]]
  24.  
  25. /part [$channel]
  26. /kick $nick
  27.  
  28. /nick $new_nick
  29.  
  30. /topic [$channel] $topic
  31. /whois [$nick]
  32. /whowas [$nick]
  33. /ctcp $target $ctcp_command [$ctcp_args]
  34.  
  35. /quote $raw
  36.  
  37. /clear
  38.  
  39. /ignore [$user_mask]
  40.  
  41. /unignore $user_mask
  42. Helper commands
  43.  
  44. /op $nick
  45. /deop $nick
  46. /hop $nick
  47. /dehop $nick
  48. /voice $nick
  49. /devoice $nick
  50. /k /kick $nick
  51. Server commands
  52.  
  53. /server [$server_address] [$server_port]
  54. Client settings
  55.  
  56. /settings
  57. /set $setting_name [$new_value]
  58. /save
  59.  
  60. /alias [$alias $rule]
  61.  
  62. /alias del $alias
  63.  
  64. /script
  65.  
  66. Developer helpers
  67.  
  68. /applet $applet_name
  69. /css
  70. /js $script_url
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement