Skip to content

Commit 5c5271e

Browse files
committed
Update mcping for new mcstatus version
1 parent 681c6cd commit 5c5271e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

plugins/cypher.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import base64
2-
import asyncio
32
import binascii
43

54
from cloudbot import hook
@@ -36,7 +35,6 @@ def decode(password, encoded, notice):
3635
return "".join(dec)
3736

3837

39-
@asyncio.coroutine
4038
@hook.command()
4139
def cypher(text, notice):
4240
"""<pass> <string> - cyphers <string> with <password>
@@ -51,7 +49,6 @@ def cypher(text, notice):
5149
return encode(password, plaintext)
5250

5351

54-
@asyncio.coroutine
5552
@hook.command()
5653
def decypher(text, notice):
5754
"""<pass> <string> - decyphers <string> with <password>

plugins/test/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__author__ = 'Luke'

plugins/test/test_fishbans.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__author__ = 'Luke'

0 commit comments

Comments
 (0)