Created
August 2, 2012 06:40
-
-
Save nmanzi/3234561 to your computer and use it in GitHub Desktop.
Austnet DCC Allow via CTCP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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