diff options
| author | Teddy Wing | 2015-06-14 00:31:05 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-06-14 00:31:05 -0400 |
| commit | 721c0d3b86f3c31152d3c757a82f9318dcbbe7ea (patch) | |
| tree | a6d5280afd701c55358c0bc5f737e0f6439bb8ca | |
| parent | 2706cdbcc579220d5ee352410640b2c800f3e733 (diff) | |
| download | irssi-hipchat-stfu-721c0d3b86f3c31152d3c757a82f9318dcbbe7ea.tar.bz2 | |
Add a new `prettify_hipchat` stub sub
This is what I'll be using to actually convert the text into something
decent. Stubbing it for now to give me something to include in my test
script.
| -rw-r--r-- | hipchat-stfu.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hipchat-stfu.pl b/hipchat-stfu.pl index 130f9b9..6975216 100644 --- a/hipchat-stfu.pl +++ b/hipchat-stfu.pl @@ -12,6 +12,9 @@ $VERSION = '1.00'; license => 'MIT', ); +sub prettify_hipchat { +}; + sub hipchat_stfu { my ($server, $text, $nick) = @_; |
