index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core_modules
/
command_spec.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
actually use count (for best_count), dont +=1 spec arg for non-consume
jesopo
2020-01-30
1
-2
/
+5
*
non-present optional args should still be in the spec as None
jesopo
2020-01-29
1
-4
/
+4
*
add "lstring" command spec; "last string" - explicit args or last message
jesopo
2020-01-29
1
-0
/
+11
*
fix privateonly/channelonly - True or None, not True or False
jesopo
2020-01-28
1
-4
/
+6
*
fix support for non-consuming command spec args
jesopo
2020-01-28
1
-9
/
+10
*
add non-consuming spec arg types for privateonly and channelonly
jesopo
2020-01-27
1
-0
/
+8
*
.append() doesn't work on dict, use same code for missing optional
jesopo
2020-01-26
1
-10
/
+10
*
refactor command_spec.py
jesopo
2020-01-26
1
-24
/
+43
*
add `nuser` spec arg type; to get a user, new or not
jesopo
2020-01-26
1
-3
/
+7
*
we need a fresh mutable `args` copy for each spec
jesopo
2020-01-26
1
-1
/
+2
*
support multiple specs per command
jesopo
2020-01-26
1
-31
/
+35
*
only show "not enough arguments" n>len(args)
jesopo
2020-01-26
1
-1
/
+1
*
implement default spec argument types
jesopo
2020-01-25
1
-47
/
+39
*
support type names of spec arguments
jesopo
2020-01-25
1
-9
/
+9
*
change command specs to be compiled at runtime by a decorator
jesopo
2020-01-25
1
-29
/
+19
*
support !... as "one or more", show "not enough args" error
jesopo
2020-01-25
1
-7
/
+13
*
support e.g. "!r~channel" spec to change the context of "!cuser"
jesopo
2020-01-24
1
-3
/
+8
*
add some comments about all the command_spec spec types
jesopo
2020-01-24
1
-0
/
+13
*
better "!user" spec error
jesopo
2020-01-24
1
-4
/
+7
*
implement "important" command spec pieces, esp. for channel perms
jesopo
2020-01-24
1
-17
/
+48
*
don't args[0] for rchannel when [], better rchannel error
jesopo
2020-01-24
1
-2
/
+4
*
add ruser/rchannel (r for relevant) to command_spec.py
jesopo
2020-01-24
1
-5
/
+21
*
still append None when an optional spec is missed
jesopo
2020-01-24
1
-2
/
+4
*
first draft of command_spec.py
jesopo
2020-01-24
1
-0
/
+73