]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
imdb plugin: ircify html in extra comments about roles
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 8 Apr 2007 18:48:41 +0000 (18:48 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 8 Apr 2007 18:48:41 +0000 (18:48 +0000)
data/rbot/plugins/imdb.rb

index 652d744246c237850f41e49e6d06edaeec5446ad..41dcba8a76cf634f989fc275f48ee6c25864e6ce 100644 (file)
@@ -325,7 +325,7 @@ class Imdb
           extra = nil
           if txt.match(/^(.*)\s+\.\.\.\.\s+(.*)$/)
             role = $1
-            extra = "(#{$2})"
+            extra = "(#{$2.ircify_html})"
           else
             role = txt
           end