diff options
| author | Tom Feist <shabble@metavore.org> | 2011-04-01 06:40:17 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@metavore.org> | 2011-04-01 06:40:17 +0000 | 
| commit | 74090c6816f373a870522559a01c64a89d00958c (patch) | |
| tree | 5f2acc052cb46e4b54ca67f81c9810193814249b | |
| parent | Bah. more fixing of script_is_loaded. (diff) | |
| download | irssi-scripts-74090c6816f373a870522559a01c64a89d00958c.tar.gz irssi-scripts-74090c6816f373a870522559a01c64a89d00958c.zip | |
notifyquit: kill the debug print that sneaked past.
| -rw-r--r-- | quit-notify/notifyquit.pl | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/quit-notify/notifyquit.pl b/quit-notify/notifyquit.pl index bcccf87..501ce88 100644 --- a/quit-notify/notifyquit.pl +++ b/quit-notify/notifyquit.pl @@ -71,7 +71,6 @@ sub extract_nick {                       $completion_char/x;     # followed by completion char.      if ($str =~ m/$pattern/) { -        print "Matched: $1";          return $1;      } else {          return undef; | 
