Some optimizations in one of the most expensive bits of the server, namely the command handler.

This commit is contained in:
Griatch 2012-04-25 18:47:03 +02:00
parent 21eed74c8d
commit a8373c685f
4 changed files with 23 additions and 17 deletions

View file

@ -8,6 +8,7 @@ be of use when designing your own game.
"""
from inspect import ismodule
import os, sys, imp, types, math
from collections import Counter
import textwrap
import datetime
import random