Moved @irc3.plugin into bot.plugins.BasePlugin -> saved some lines

This commit is contained in:
mrhanky
2017-08-22 16:47:10 +02:00
parent 1939635cdb
commit 7f5571fc09
18 changed files with 30 additions and 47 deletions

4
bot/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
import os
REPO_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))