X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/f5aec86546a7762dd0202f3983de22fe1c3814e9..c3ff1486929923f394c219e6999df301a5a5bf04:/modules/sms.py diff --git a/modules/sms.py b/modules/sms.py index e388448..49bdaa2 100644 --- a/modules/sms.py +++ b/modules/sms.py @@ -1,4 +1,5 @@ # Erebus IRC bot - Author: Erebus Team +# vim: fileencoding=utf-8 # twilio sms module # This file is released into the public domain; see http://unlicense.org/ @@ -6,7 +7,7 @@ modinfo = { 'author': 'Erebus Team', 'license': 'public domain', - 'compatible': [2], + 'compatible': [0], 'depends': [], 'softdeps': ['help'], } @@ -27,10 +28,6 @@ def client(bot): ) -@lib.hook(needchan=False, glevel=lib.MANAGER) -def reply(bot, user, chan, realtarget, *args): - raise NotImplementedError - @lib.hook(('sms','w'), needchan=False, glevel=lib.OWNER) @lib.help(" ", "send an SMS") def sms(bot, user, chan, realtarget, *args):