Skip to content

dzakrzew/CSIrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSIrc

Yet another IRC client written in C#.

alt tab

Commands

  • /join <channel name> joins a channel
  • /part [<channel name>] leaves a channel (leaves current if no channel specified)
  • /op <user> gives op to user
  • /deops <user> takes op from user
  • /kick <user> kicks user from current channel
  • /me <some action> is an action message
  • /query <user> opens a private message window with someone
  • /mode <channel> <modes> [<parameters>] sets modes
  • /raw <command> sends a raw command
  • /whois <user> shows info about user
  • /invite <user> <channel> invites user to the channel
  • /close closes current window

License

MIT

About

Yet another IRC client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages