/chatlogger-for-mumo

A Chatlogger that allows to monitor all Chats on the Server in order to provide a Chat History

Primary LanguagePython

chatlogger-for-mumo

The Chatlogger for Mumo

Requierments

You should install dateutil:

pip install py-dateutil

!history [n = 10 [\w+]]

Will print the last n lines that were written in your channel, if no other defined.

Examples
!history

Prints the last 10 chat messages.

!history 25

Prints the last 25 chat messages.

!history 50 Lounge

Prints the last 50 chat messages from the channel Lounge.

!offtopic \w+

Example
!offtopic Text that should not appear in the History

All following text will not be included in the log.