diff --git a/irc/commands/old_commands.py b/irc/commands/_old.py similarity index 99% rename from irc/commands/old_commands.py rename to irc/commands/_old.py index 6866194..af16e43 100644 --- a/irc/commands/old_commands.py +++ b/irc/commands/_old.py @@ -1,10 +1,10 @@ +# -*- coding: utf-8 -*- ###### ###### NOTE: ###### This is an old commands file from the previous version of EarwigBot. ###### It is not used by the new EarwigBot and is simply here for reference ###### when developing new commands. ###### -# -*- coding: utf-8 -*- ### EarwigBot ## Import basics.