diff options
| author | Tom Feist <shabble@metavore.org> | 2011-01-08 20:01:30 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@metavore.org> | 2011-01-08 20:01:30 +0000 | 
| commit | df86dc1962dbbad6035e9795499a46efc7c3e9fa (patch) | |
| tree | c407727124d1eec504eb9a53497219c7fc24d101 | |
| parent | moved docs/ to https://github.com/shabble/irssi-docs (diff) | |
| parent | - is a valid character in a channel name. (diff) | |
| download | irssi-scripts-df86dc1962dbbad6035e9795499a46efc7c3e9fa.tar.gz irssi-scripts-df86dc1962dbbad6035e9795499a46efc7c3e9fa.zip | |
Merge branch 'master' of github.com:shabble/irssi-scripts
| -rw-r--r-- | auto-server/auto_server.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/auto-server/auto_server.pl b/auto-server/auto_server.pl index a9f6645..447a131 100644 --- a/auto-server/auto_server.pl +++ b/auto-server/auto_server.pl @@ -135,7 +135,7 @@ sub join_plus {      # parse out channel name from args:      my $channel; -    if ($args =~ m/^(#?[#a-zA-Z0-9]+)/) { +    if ($args =~ m/^(#?[#a-zA-Z0-9-]+)/) {          $channel = $1;          _debug_print ("Channel is: $channel");      } | 
