kellyirc / kurea

an irc bot framework - discuss with us in irc.esper.net#kellyirc!
MIT License
16 stars 12 forks source link

message-forwarding module #58

Open seiyria opened 10 years ago

seiyria commented 10 years ago

there should be a module that, when activated, forwards all PMs and notices directed at the bot to the person who is in charge of it

seiyria commented 10 years ago

The module is basically this:

      @on "notice", (bot, sender, channel, message) =>
        return if not sender or sender in ['InfoServ','*','AUTH']
        console.log "notice from #{sender}|#{channel} on #{bot.config.server}: #{message}"