Created
December 21, 2013 17:58
-
-
Save pao/8072640 to your computer and use it in GitHub Desktop.
Sample log output from a DumbBot instance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(dumbirc) PS C:\Users\patrick\dumbirc\src> python ..\Scripts\twistd.py -noy dumbirc.tac | |
2013-12-21 11:46:39-0600 [-] Log opened. | |
2013-12-21 11:46:39-0600 [-] twistd 13.2.0 (C:\Users\patrick\dumbirc\Scripts\python.exe 2.7.3) starting up. | |
2013-12-21 11:46:39-0600 [-] reactor class: twisted.internet.selectreactor.SelectReactor. | |
2013-12-21 11:46:39-0600 [-] Starting factory <dumbbot.DumbIRCFactory instance at 0x02C8C4E0> | |
2013-12-21 11:46:39-0600 [-] Starting factory <dumbbot.DumbIRCFactory instance at 0x02D29350> | |
2013-12-21 11:46:39-0600 [-] Starting factory <dumbbot.DumbIRCFactory instance at 0x02D293A0> | |
2013-12-21 11:46:39-0600 [Uninitialized] connectionMade | |
2013-12-21 11:46:39-0600 [Uninitialized] connectionMade | |
2013-12-21 11:46:39-0600 [DumbBot,client] signed on; joining channel #desertbus | |
2013-12-21 11:46:40-0600 [DumbBot,client] signed on; joining channel #desertbus | |
2013-12-21 11:46:40-0600 [Uninitialized] connectionMade | |
2013-12-21 11:46:40-0600 [DumbBot,client] signed on; joining channel #allsparkle | |
2013-12-21 11:46:41-0600 [DumbBot,client] joined channel #allsparkle | |
2013-12-21 11:46:54-0600 [-] Received SIGINT, shutting down. | |
2013-12-21 11:46:54-0600 [DumbBot,client] Stopping factory <dumbbot.DumbIRCFactory instance at 0x02D29350> | |
2013-12-21 11:46:54-0600 [DumbBot,client] Stopping factory <dumbbot.DumbIRCFactory instance at 0x02C8C4E0> | |
2013-12-21 11:46:54-0600 [DumbBot,client] Stopping factory <dumbbot.DumbIRCFactory instance at 0x02D293A0> | |
2013-12-21 11:46:54-0600 [-] Main loop terminated. | |
2013-12-21 11:46:54-0600 [-] Server Shut Down. | |
2013-12-21 11:46:54-0600 [-] Server Shut Down. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment