about summary refs log tree commit diff stats
path: root/src/command/command.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-30 21:58:18 +0100
committerJames Booth <boothj5@gmail.com>2014-09-30 21:58:18 +0100
commit7ec0dd0b83957c16c0c6f7ff7be4aa323076fba5 (patch)
tree08edfefa37598eed9fd6e482c303ac2911fa8ebf /src/command/command.h
parent9bff9c850b435516523e307f67415b27f5e9721f (diff)
downloadprofani-tty-7ec0dd0b83957c16c0c6f7ff7be4aa323076fba5.tar.gz
Show occupants affiliation and role with /info in rooms
Diffstat (limited to 'src/command/command.h')
0 files changed, 0 insertions, 0 deletions
8e013 ^
f9a7e350 ^






7f98e013 ^


f9a7e350 ^










7f98e013 ^

f9a7e350 ^


7f98e013 ^


f9a7e350 ^






7f98e013 ^


f9a7e350 ^










7f98e013 ^
f9a7e350 ^






7f98e013 ^


f9a7e350 ^



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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113