cheatsheets/freenode.md

26 lines
280 B
Markdown
Raw Permalink Normal View History

2013-10-14 02:36:58 +00:00
---
title: Freenode
tags: [WIP]
2013-10-14 02:36:58 +00:00
---
### IRC server
2013-10-14 01:55:21 +00:00
```
irc.freenode.net
```
### NickServ commands
```
/msg nickserv identify [nick] <password>
/msg nickserv info <nick>
```
2013-10-14 01:55:21 +00:00
### Add a nick
```
/nick newnick
/msg nickserv identify <oldnick> <password>
/msg nickserv group
```