summaryrefslogtreecommitdiffstats
path: root/wmd/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'wmd/parser.py')
-rw-r--r--wmd/parser.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wmd/parser.py b/wmd/parser.py
index 24b965c..f4a704f 100644
--- a/wmd/parser.py
+++ b/wmd/parser.py
@@ -18,6 +18,9 @@ class IRCParse(object):
18 else: 18 else:
19 return False 19 return False
20 20
21 def get_channel(self):
22 return self.get_username()
23
21 def _process_data(self, data): 24 def _process_data(self, data):
22 data = data.strip() 25 data = data.strip()
23 26