diff --git a/.gitignore b/.gitignore index 17dd40d60..9cc03ecd6 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ supybot.egg-info/ test-conf/ test-data/ test-logs/ +src/version.py diff --git a/src/commands.py b/src/commands.py index a2282b850..793023843 100644 --- a/src/commands.py +++ b/src/commands.py @@ -335,7 +335,6 @@ def getNetworkIrc(irc, msg, args, state, errorIfNoMatch=False): else: state.args.append(irc) -<<<<<<< HEAD def getHaveVoice(irc, msg, args, state, action=_('do that')): getChannel(irc, msg, args, state) if state.channel not in irc.state.channels: