Closed bschnitz closed 12 years ago
Apply this patch on lib/wmiirc/system.rb:
+++ system.rb.new 2012-11-14 13:39:42.876780962 +0100 @@ -7,7 +7,7 @@ def launch *args if label = curr_client.label.read rescue nil label.split(/[\s[]{}()<>"':]+/).reverse_each do |word|
Damn: Pasting did not work correctly Patch can be found here: https://gist.github.com/4072085
Patch applied, thanks.
Apply this patch on lib/wmiirc/system.rb:
+++ system.rb.new 2012-11-14 13:39:42.876780962 +0100 @@ -7,7 +7,7 @@ def launch *args if label = curr_client.label.read rescue nil label.split(/[\s[]{}()<>"':]+/).reverse_each do |word|