IRC

From FroggDev - En
Jump to navigation Jump to search
IRC Logo

introduction

Internet Relay Chat (IRC) is an application layer protocol that facilitates communication in the form of text. The chat process works on a client/server networking model. IRC clients are computer programs that a user can install on their system. These clients communicate with chat servers to transfer messages to other clients.[1] IRC is mainly designed for group communication in discussion forums, called channels,[2] but also allows one-on-one communication via private messages[3] as well as chat and data transfer,[4] including file sharing.[5]

Commands

  • faq

https://freenode.net/faq.shtml

  • register
/msg NickServ REGISTER {password} {youremail@example.com}
  • hide email
/msg NickServ SET HIDEMAIL ON
  • login
/msg NickServ IDENTIFY {user} {password}
  • change channel
/join #{chanelName}
  • user information
/whois {username}
  • private message
/msg {username} {message}

web client

https://webchat.freenode.net/

Mediawiki

  • #mediawiki

Apache2

  • #httpd