-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
20 lines (15 loc) · 830 Bytes
/
README
File metadata and controls
20 lines (15 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
usage: irc_client.py [-h] [-pass PASSWORD] -nick NICKNAME -user USER_NAME
-realname REALNAME [REALNAME ...] -server SERVER_NAME
[-channel CHANNEL_NAME] [-channelpass CHANNEL_PASSWORD]
Connect to a IRC server/channel.
-h, --help show this help message and exit
-pass PASSWORD client password for registered nickname
-nick NICKNAME client nickname
-user USER_NAME client username
-realname REALNAME [REALNAME ...]
real name of user
-server SERVER_NAME server to connect to
-channel CHANNEL_NAME
channel to connect to (surround in quotes to use #; interpreted as comment otherwise)
-channelpass CHANNEL_PASSWORD
password for the channel