IRC: Difference between revisions

From Medien Wiki
mNo edit summary
Line 21: Line 21:


(In all examples replace the stuff between the {} symbols with your data and ommit the symbols)
(In all examples replace the stuff between the {} symbols with your data and ommit the symbols)
===Register a new nickname===
===Register a new nickname for the first time===
<syntaxhighlight lang="bash">/msg nickserv register {password} {email}</syntaxhighlight>
<syntaxhighlight lang="bash">/msg nickserv register {password} {email}</syntaxhighlight>
===Login with your nickname===
<syntaxhighlight lang="bash">/msg NickServ identify {password}</syntaxhighlight>


===Join (enter) a chatroom===
===Join (enter) a chatroom===