X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/fa93b93394adc45f4b3bd1694c960df127cfc4da..c3ff1486929923f394c219e6999df301a5a5bf04:/modules/sms.py diff --git a/modules/sms.py b/modules/sms.py index 84b4c0e..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/ @@ -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):