You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: irclogger/__init__.py
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@
4
4
5
5
"""irclogger - Python IRC Logger Daemon
6
6
7
-
irclogger is a simple daemon written in the `Python Programming Language`_ utilizing the `circuits`_ framework for the sole purpose of logging a set of IRC
8
-
Channels to disk in the form that something like `irclog2html`_ can understand and parse.
7
+
irclogger is a simple daemon written in the `Python Programming Language`_
8
+
utilizing the `circuits`_ framework for the sole purpose of logging a set of
9
+
IRC Channels to disk in the form that something like `irclog2html`_ can
0 commit comments