Method: WelcomePlugin#get_join
- Defined in:
- lib/crazy_doll/plugins/welcome_plugin.rb
#get_join ⇒ Object
9 10 11 12 13 |
# File 'lib/crazy_doll/plugins/welcome_plugin.rb', line 9 def get_join chan = opts.channel setup_chan(chan) reply c.[chan][:message] if opts.user != current_nick and not c.[chan][:ignore].include?(opts.user) and c.[chan][:message] end |