This repository has been archived on 2023-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
CloudBot/plugins/munge.py
2013-09-04 18:30:04 +08:00

8 lines
131 B
Python
Executable file

from util import hook, text
@hook.command
def munge(inp):
"""munge <text> -- Munges up <text>."""
return text.munge(inp)