Revision 6686bb54
Added by Marc Dequènes about 14 years ago
- ID 6686bb54cbee36ce7f151ff8ab4e2cc9cf1bc146
lib/cyborghood/cyborg/botnet_dsl.rb | ||
---|---|---|
end
|
||
|
||
def _acts
|
||
@in_notifications.each_pair do |name, list|
|
||
@out_notifications.each_pair do |name, list|
|
||
chan = @conversation.bot.get_channel(name)
|
||
list.each do |data|
|
||
chan << data
|
Also available in: Unified diff
[fix] DSL: correct mistake for outgoing notifications