diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-01-29 19:42:12 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-01-29 19:42:12 +0000 |
commit | c7905d630c15e9f71b4585088a8a37706f599b84 (patch) | |
tree | 62587515573be642ee4943f008356e54f17bbe2b /data/rbot | |
parent | 9629ed554bae9bc0e851203f6c820badd09c43c7 (diff) |
Remove unused code from rss
Diffstat (limited to 'data/rbot')
-rw-r--r-- | data/rbot/plugins/rss.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 4a0a618e..745dad0d 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -31,10 +31,6 @@ class ::String def riphtml
self.gsub(/<[^>]+>/, '').gsub(/&/,'&').gsub(/"/,'"').gsub(/</,'<').gsub(/>/,'>').gsub(/&ellip;/,'...').gsub(/'/, "'").gsub("\n",'')
end
-
- def mysqlize
- self.gsub(/'/, "''")
- end
end
class ::RssBlob
|