We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3f44c commit 535fe02Copy full SHA for 535fe02
bot/main.py
@@ -51,7 +51,7 @@ def main() -> None:
51
# Add optional parameters for authentication etc.
52
parser.add_argument("-u", "--user", default="sentiment-bot", help="Username to use when connecting to the IRC server")
53
parser.add_argument("-n", "--nick", default="sentiment-bot", help="Nick to use when connecting to the IRC server")
54
- parser.add_argument("-g", "--gecos", default="Sentiment Bot v1.0.1 (github.com/AlexGustafsson/irc-sentiment-bot)")
+ parser.add_argument("-g", "--gecos", default="Sentiment Bot v1.0.2 (github.com/AlexGustafsson/irc-sentiment-bot)")
55
parser.add_argument("-c", "--channel", required=True, action='append', help="Channel to join. May be used more than once")
56
57
# Parse the arguments
0 commit comments