Introducing nemubot v4 directories architecture

This commit is contained in:
nemunaire 2014-07-17 14:45:31 +02:00
commit 35ae6b6245
26 changed files with 102 additions and 86 deletions

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Nemubot is a modulable IRC bot, built around XML configuration files.
# Copyright (C) 2012 Mercier Pierre-Olivier
# Nemubot is a smart and modulable IM bot.
# Copyright (C) 2012-2014 nemunaire
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@ -19,9 +19,9 @@
import traceback
import sys
from networkbot import NetworkBot
from nemubot.networkbot import NetworkBot
nemubotversion = 3.3
nemubotversion = 4.0
NODATA = True
def getserver(toks, context, prompt):