Remove broken and un-maintained IMC2 support.

As discussed with @Griatch, IMC2 is now rarely seen in the wild. Also, this
feature hasn't worked in ages. Time to de-clutter.
This commit is contained in:
Greg Taylor 2016-10-28 22:53:43 -07:00
parent 0554492b79
commit 4424dec668
20 changed files with 9 additions and 1786 deletions

View file

@ -28,7 +28,7 @@ except AttributeError:
PLAYER_RELATED = ['Players']
GAME_ENTITIES = ['Objects', 'Scripts', 'Comms', 'Help']
GAME_SETUP = ['Permissions', 'Config']
CONNECTIONS = ['Irc', 'Imc2']
CONNECTIONS = ['Irc']
WEBSITE = ['Flatpages', 'News', 'Sites']