- Timestamp:
- 09/19/08 21:06:57 (2 months ago)
- Files:
-
- 1 modified
-
lang/ruby/citrus/trunk/plugins/weather_search.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/citrus/trunk/plugins/weather_search.rb
r19599 r19621 7 7 def initialize(*args) 8 8 super 9 @prefix = @config['prefix'] || 'ws '9 @prefix = @config['prefix'] || 'ws\\s+' 10 10 @channel = '' 11 11 @area = '' … … 14 14 def on_privmsg(prefix, channel, message) 15 15 case message 16 when /^#{@prefix} \s+(\S+)(?:\s+(\++))?$/i16 when /^#{@prefix}(\S+)(?:\s+(\++))?$/i 17 17 @channel = channel 18 18 @area = $1
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)