コード例 #1
0
ファイル: plugin.py プロジェクト: boamaod/Limnoria
    def reloadlocale(self, irc, msg, args):
        """takes no argument

        Reloads the locale of the bot."""
        i18n.reloadLocales()
        irc.replySuccess()
コード例 #2
0
ファイル: plugin.py プロジェクト: Python3pkg/Limnoria
    def reloadlocale(self, irc, msg, args):
        """takes no argument

        Reloads the locale of the bot."""
        i18n.reloadLocales()
        irc.replySuccess()