Skip to content

Commit ece950b

Browse files
committed
Add scripts
1 parent b014f98 commit ece950b

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

scripts/connect-basic.irct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#~ Basic Connection Test
22
#~d Connecting a client and running a WHOIS
33
! c1
4-
c1: NICK dan# as
4+
c1: NICK dan
55
c1: USER d 0 * :This is dan!
66
-> 376 422
77
c1: WHOIS dan

scripts/mode/auto-plus.irct

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

scripts/mode/viewing-other-users.irct

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

0 commit comments

Comments
 (0)