mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-04 09:21:12 -05:00
Isup: Update default settings
This commit is contained in:
parent
80e4f6c558
commit
86d93ab4be
@ -58,6 +58,6 @@ conf.registerGlobalValue(Isup.replies, 'up',
|
|||||||
conf.registerGlobalValue(Isup.replies, 'down',
|
conf.registerGlobalValue(Isup.replies, 'down',
|
||||||
registry.String("It's not just you. %s appears to be down.", _("""Determines the reply used when the site entered is down. Use '%s' in the value to substitute the URL given.""")))
|
registry.String("It's not just you. %s appears to be down.", _("""Determines the reply used when the site entered is down. Use '%s' in the value to substitute the URL given.""")))
|
||||||
conf.registerGlobalValue(Isup.replies, 'unknown',
|
conf.registerGlobalValue(Isup.replies, 'unknown',
|
||||||
registry.String("Are you sure %s is a valid URL?", _("""Determines the reply to give when the site entered is unknown or invalid.""")))
|
registry.String("Invalid domain: %s", _("""Determines the reply to give when the site entered is unknown or invalid.""")))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -74,8 +74,7 @@ class Isup(callbacks.Plugin):
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
irc.reply(self._getreply(url))
|
irc.reply(self._getreply(url))
|
||||||
check = wrap(check, (['something']))
|
check = wrap(check, ['something'])
|
||||||
|
|
||||||
Class = Isup
|
Class = Isup
|
||||||
|
|
||||||
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user