mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Revert "Recommend chardet instead of charade. Closes GH-1096."
This reverts commit 36a646661d
.
This commit is contained in:
parent
36a646661d
commit
bce47a8a8a
@ -1,4 +1,4 @@
|
||||
chardet
|
||||
charade
|
||||
pytz
|
||||
python-dateutil
|
||||
python-gnupg
|
||||
|
10
src/world.py
10
src/world.py
@ -95,15 +95,7 @@ if sys.version_info[0:3] == (3, 3, 1) and hasattr(select, 'poll'):
|
||||
|
||||
commandsProcessed = 0
|
||||
|
||||
#ircs = [] # A list of all the IRCs.
|
||||
class Foo(list):
|
||||
def remove(self, item):
|
||||
print('--'*100)
|
||||
print('Removing %r' % item)
|
||||
import traceback
|
||||
traceback.print_stack()
|
||||
super().remove(item)
|
||||
ircs = Foo()
|
||||
ircs = [] # A list of all the IRCs.
|
||||
|
||||
def getIrc(network):
|
||||
network = network.lower()
|
||||
|
Loading…
Reference in New Issue
Block a user