mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
docs/USING_WRAP.rst: Add docs for missing converters
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
parent
6ab807be43
commit
180508496f
@ -203,6 +203,10 @@ optional, the default value is shown.
|
||||
|
||||
- Checks for a valid HTTP URL.
|
||||
|
||||
* email
|
||||
|
||||
- Checks for a syntactically valid email address.
|
||||
|
||||
* long, type="long"
|
||||
|
||||
- Basically the same as int minus the predicate, except that it converts the
|
||||
@ -417,10 +421,23 @@ optional, the default value is shown.
|
||||
|
||||
- Checks to make sure that the caller has the specified capability.
|
||||
|
||||
"checkChannelCapability", capability
|
||||
Checks to make sure that the caller has the specified capability on the
|
||||
* checkChannelCapability, capability
|
||||
|
||||
- Checks to make sure that the caller has the specified capability on the
|
||||
channel the command is called in.
|
||||
|
||||
* op
|
||||
|
||||
- Checks whether the user has the op mode (+o) set.
|
||||
|
||||
* halfop
|
||||
|
||||
- Checks whether the user has the halfop mode (+h) set.
|
||||
|
||||
* voice
|
||||
|
||||
- Checks whether the user has the voice mode (+v) set.
|
||||
|
||||
Contexts List
|
||||
=============
|
||||
What contexts are available for me to use?
|
||||
|
Loading…
Reference in New Issue
Block a user