Skip to content

Instantly share code, notes, and snippets.

@nmanzi
Created August 2, 2012 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmanzi/3234561 to your computer and use it in GitHub Desktop.
Save nmanzi/3234561 to your computer and use it in GitHub Desktop.
Austnet DCC Allow via CTCP
using terms from application "Colloquy"
on process subcode request command with args from user on conn
if command is "DCCALLOW" then
send raw command ("dccallow +" & user's name) to conn
tell user
send message ("DCC Allow request accepted")
end tell
return true
end if
end process subcode request
end using terms from
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment