about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-10-20 21:01:27 +0100
committerJames Booth <boothj5@gmail.com>2014-10-20 21:01:27 +0100
commit140cf0cbb0896275d2a580e3a4eb975dc288d38e (patch)
treec48bc18b86844a2cde5e7733cb1f41b13cc419c7 /src/command
parente1f5cfb928ee7b034eb0044b1ef83d606ede0258 (diff)
downloadprofani-tty-140cf0cbb0896275d2a580e3a4eb975dc288d38e.tar.gz
Revert "Removed 0.4.5 todo"
This reverts commit e1f5cfb928ee7b034eb0044b1ef83d606ede0258.
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 0fba4ee8..5726b49f 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -359,16 +359,6 @@ static struct cmd_t command_defs[] =
           "The affiliation may be one of owner, admin, member, outcast or none.",
           NULL } } },
 
-    { "/affiliations",
-        cmd_affiliation, parse_args, 0, 0, NULL,
-        { "/affiliation set|list [affiliation] [jid] [reason]", "Manage room affiliations.",
-        { "/affiliation set|list [affiliation] [jid] [reason]",
-          "--------------------------------------------------",
-          "set affiliation jid [reason]- Set the affiliation of user with jid, with an optional reason.",
-          "list [affiliation]          - List all users with the specified affiliation, or all if none specified.",
-          "The affiliation may be one of owner, admin, member, outcast or none.",
-          NULL } } },
-
     { "/role",
         cmd_role, parse_args_with_freetext, 1, 4, NULL,
         { "/role set|list [role] [nick] [reason]", "Manage room roles.",
'#n154'>154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257