WatchWebsite module fully working with nemubot V3

This commit is contained in:
Némunaire 2012-06-24 02:20:19 +02:00
parent bdbc234bb5
commit c89ef4c543
5 changed files with 134 additions and 141 deletions

View file

@ -186,7 +186,7 @@ def load_file(filename, servers):
elif config.getName() == "nemubotmodule":
load_module(config, servers)
else:
print (" Can't load `%s'; this is not a valid nemubot configuration file." % f)
print (" Can't load `%s'; this is not a valid nemubot configuration file." % filename)
def load(cmds, servers):