Code Cleanup

This commit is contained in:
Steffen Schröder
2013-12-09 13:07:03 +01:00
parent 570696ad45
commit 5339b6766f
13 changed files with 10 additions and 22 deletions

View File

@ -140,5 +140,3 @@ class ChatlogPlugin implements CallbackListener, Plugin {
file_put_contents($this->fileName, $message, FILE_APPEND);
}
}
?>