File tree Expand file tree Collapse file tree 3 files changed +44
-1
lines changed Expand file tree Collapse file tree 3 files changed +44
-1
lines changed Original file line number Diff line number Diff line change 1
1
#~ Basic Connection Test
2
2
#~d Connecting a client and running a WHOIS
3
3
! c1
4
- c1: NICK dan# as
4
+ c1: NICK dan
5
5
c1: USER d 0 * :This is dan!
6
6
-> 376 422
7
7
c1: WHOIS dan
Original file line number Diff line number Diff line change
1
+ #~ Mode Auto-Plus Test
2
+ #~d Does `MODE target +modes` equal `MODE target modes`?
3
+ ! dan alice
4
+ dan: NICK dan
5
+ dan: USER d 0 * :This is dan!
6
+ -> 376 422
7
+ dan: WHOIS dan
8
+ -> 318
9
+ dan: JOIN #test
10
+ -> join
11
+
12
+ alice: NICK alice
13
+ alice: USER d 0 * :alice here
14
+ -> 376 422
15
+ alice: WHOIS alice
16
+ -> 318
17
+ alice: JOIN #test
18
+ -> join
19
+ -> dan: join
20
+
21
+ dan: MODE #test -t
22
+ dan: MODE #test to alice
23
+
24
+ dan: PRIVMSG #test :synco
25
+ -> alice: privmsg
Original file line number Diff line number Diff line change
1
+ #~ Viewing other users' modes test
2
+ #~d Can you view other users' modes?
3
+ ! dan alice
4
+ alice: NICK alice
5
+ alice: USER d 0 * :alice here
6
+ -> 376 422
7
+ alice: MODE alice +i
8
+ -> mode
9
+
10
+ dan: NICK dan
11
+ dan: USER d 0 * :This is dan!
12
+ -> 376 422
13
+ dan: MODE alice
14
+
15
+ dan: OPER daniel password
16
+
17
+ dan: MODE alice
18
+ dan: WHOIS alice
You can’t perform that action at this time.
0 commit comments