All pastes #587129 Raw Edit

Sphinx Popup Menu

public text v1 · immutable
#587129 ·published 2007-06-24 09:02 UTC
rendered paste body
Whois:/whois $$1 $$1
Query:/query $$1
Information:/ns info $1 all
-
Control
.Operator: {
  if ($me !isop $active) { cs op $chan $$1 | halt }
mode # +oooooooooooo $$1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 }
.De-Operator:{
  if ($me !isop $active) { cs deop $chan $$1 | halt }
mode # -oooooooooooo $$1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 }
.Half-Operator:{
  if ($me !isop $active) { cs halfop $chan $$1 | halt }
mode # +hhhhhhhhhhh $$1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 }
.De-Half-Operator: {
  if ($me !isop $active) { cs dehalfop $chan $$1 | halt }
mode # -hhhhhhhhhhh $$1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 }
.Voice: {
  if ($me !isop $active) { cs voice $chan $$1 | halt }
mode # +vvvvvvvvvvvv $$1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 }
.De-Voice: {
  if ($me !isop $active) { cs devoice $chan $$1 | halt }
mode # -vvvvvvvvvvvv $$1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 }
.Kick: {
  if ($me !isop $active) { cs kick $chan $$1 Requested | halt }
kick # $$1 Requested }
.Kick (why): {
  if ($me !isop $active) { cs kick $chan $$1 $$?="Reason:" | halt }
kick # $$1 $$?="Reason:" }
.Ban: ban $$1 2 
.Kick Ban: {
  if ($me !isop $active) { cs ban $chan $$1 Requested | halt }
ban -k $$1 2 Requested }
.Kick Ban (why): {
  if ($me !isop $active) { cs ban $chan $$1 $$?="Reason:" | halt }
ban -k $$1 2 $$?="Reason:" }
.Mute:who $$1 | mode $chan -ohv $$1 $$1 $$1 | mode $chan +b $+(~q:,$address($$1,2))
.Except:who $$1 | mode $chan +eI $address($$1,2) $address($$1,2)
CTCP
.Ping:/ctcp $$1 ping
.Time:/ctcp $$1 time
.Version:/ctcp $$1 version