-
Notifications
You must be signed in to change notification settings - Fork 0
/
irc
86 lines (48 loc) · 1.59 KB
/
irc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Docs {{{1
BEST DOC:
https://pthree.org/2010/02/02/irssis-channel-network-server-and-connect-what-it-means/
http://docs.dal.net/docs/newbie.html#6
Default port: 6667
Client {{{1
/exit quit app
Networks {{{1
used for defining client-specific settings you want to apply when connecting to a server. These settings can include username, real name, nickname, usermodes
/network
add [-option val] <name>
-nick andmalc
-realname 'Andrew Malcolmso'
-autosendcmd '^MSG NickServ identify ghandi;wait 2000'
list
remove <network name>
Servers {{{1
/connect <server name>
/server
Re)connects to the server or a newly specified one.
/server [server # | server address [port] [password]]
/server 127.0.0.1 3535 ghandi
add server to network
add -auto -network <name> <server address>
/links shows connected servers
/nick <name> change nick
/nickserv identify [nickname] password
/quote send raw command to server
/disconnect disconnects from active server
Channels {{{1
/join #channel
/clear clears text on screen
/close end chat
/part leave chat
Freenode only:
http://freenode.net/kb/answer/findingchannels
Search for channels
/msg alis LIST *searchterm*
Irssi {{{1
https://irssi.org/documentation/startup/#first-steps
Show Commands: /help
/save save current settings to config
ZNC {{{1
http://wiki.znc.in/Running_ZNC_as_a_system_daemon#systemd
server definition
/server add freenode
/server add -net freenode -auto -ssl my.bouncer.net 6697 username/freenode:password
/connect freenode