Proof of concept mechanical port of ircnet/ircd to Rust as part of a bit about C being insecure for network services
2.8 kB
44 lines
1---
2source: leveva/tests/golden_help_users.rs
3expression: transcript
4---
5INDEX: :leveva.test NOTICE alice :*** leveva help ***
6INDEX: :leveva.test NOTICE alice :leveva help system
7INDEX: :leveva.test NOTICE alice :
8INDEX: :leveva.test NOTICE alice :Type HELP <command> for detailed help on a specific command, e.g.
9INDEX: :leveva.test NOTICE alice :HELP JOIN.
10INDEX: :leveva.test NOTICE alice :
11INDEX: :leveva.test NOTICE alice :Channel commands: JOIN PART TOPIC NAMES LIST INVITE KICK MODE
12INDEX: :leveva.test NOTICE alice :Messaging: PRIVMSG NOTICE TAGMSG
13INDEX: :leveva.test NOTICE alice :Queries: WHO WHOIS WHOWAS USERHOST ISON MONITOR METADATA
14INDEX: :leveva.test NOTICE alice :User state: NICK AWAY MODE ACCEPT
15INDEX: :leveva.test NOTICE alice :Server info: VERSION TIME ADMIN INFO LUSERS USERS MOTD
16INDEX: :leveva.test NOTICE alice : LINKS MAP STATS
17INDEX: :leveva.test NOTICE alice :Operator commands: OPER WALLOPS KILL CHGHOST TRACE ETRACE TKLINE
18INDEX: :leveva.test NOTICE alice : UNTKLINE REHASH RESTART DIE SQUIT MKPASSWD
19INDEX: :leveva.test NOTICE alice :
20INDEX: :leveva.test NOTICE alice :Reference topics: USER_MODES CHANNEL_MODES CHANNEL_TYPES REOP_LIST
21INDEX: :leveva.test NOTICE alice : EXTBANS
22INDEX: :leveva.test NOTICE alice :
23INDEX: :leveva.test NOTICE alice :Commands without their own help page behave as described in RFC 2812.
24INDEX: :leveva.test NOTICE alice :*** End of help ***
25JOIN: :leveva.test NOTICE alice :*** Help on JOIN ***
26JOIN: :leveva.test NOTICE alice :JOIN <channel>{,<channel>} [<key>{,<key>}]
27JOIN: :leveva.test NOTICE alice :
28JOIN: :leveva.test NOTICE alice :Joins one or more channels. A channel name begins with '#' and is created
29JOIN: :leveva.test NOTICE alice :automatically if it does not yet exist; the first member to join a new
30JOIN: :leveva.test NOTICE alice :channel becomes a channel operator (+o).
31JOIN: :leveva.test NOTICE alice :
32JOIN: :leveva.test NOTICE alice :If a channel has a key set (mode +k), supply the matching key in the
33JOIN: :leveva.test NOTICE alice :comma-separated key list, positionally aligned with the channel list.
34JOIN: :leveva.test NOTICE alice :
35JOIN: :leveva.test NOTICE alice :Examples:
36JOIN: :leveva.test NOTICE alice : JOIN #leveva
37JOIN: :leveva.test NOTICE alice : JOIN #a,#b
38JOIN: :leveva.test NOTICE alice : JOIN #secret hunter2
39JOIN: :leveva.test NOTICE alice :
40JOIN: :leveva.test NOTICE alice :See also: PART, NAMES, MODE.
41JOIN: :leveva.test NOTICE alice :*** End of help ***
42NOPE: :leveva.test NOTICE alice :No help available for 'NOPE'. Try HELP with no argument for the index.
43USERS: :leveva.test 265 alice 1 1 :Current local users 1, max 1
44USERS: :leveva.test 266 alice 1 1 :Current global users 1, max 1