Skip to content

mjohnst/IRC-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

About

A Python implementation of an IRC client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages