From 180508496faba128297e0fe70c2f530413779450 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sat, 20 Oct 2012 19:43:55 -0400 Subject: [PATCH] docs/USING_WRAP.rst: Add docs for missing converters Signed-off-by: James McCoy --- docs/USING_WRAP.rst | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/docs/USING_WRAP.rst b/docs/USING_WRAP.rst index 61fa66fbd..3a090e065 100644 --- a/docs/USING_WRAP.rst +++ b/docs/USING_WRAP.rst @@ -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?