def notification_should_be_sent(self,
                                 buffer='buffer',
                                 tags=(),
                                 nick='nick',
                                 is_displayed=True,
                                 is_highlight=True):
     return notification_should_be_sent(buffer, tags, nick, is_displayed,
                                        is_highlight)
 def notification_should_be_sent(self, buffer='buffer', tags=(), nick='nick',
                                 is_displayed=True, is_highlight=True, message=''):
     return notification_should_be_sent(buffer, tags, nick,
                                        is_displayed, is_highlight, message)
 def notification_should_be_sent(self, buffer='buffer', prefix='prefix',
                                 is_highlight=True):
     return notification_should_be_sent(buffer, prefix, is_highlight)