We want to pop the first item off of the deque instead of the last so we don't end... master
commit7e6a5bf851edfc808bb82c88ea5d4f91e7514376
authorAndrew Herbig <goforit7arh@gmail.com>
Mon, 23 Aug 2010 19:56:07 +0000 (23 15:56 -0400)
committerAndrew Herbig <goforit7arh@gmail.com>
Mon, 23 Aug 2010 19:56:07 +0000 (23 15:56 -0400)
treec2b04787b912dedfa52686d9e3e586b65c0af373
parent1a3a683d811e7d9267a2df70a7ad75732cb71c81
We want to pop the first item off of the deque instead of the last so we don't end up reading everything backwards.

ASCII art in a server's MOTD will now appear properly. ;)
core/irc.py