3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-05 02:48:50 +02:00

Fix minor typo

This commit is contained in:
Pragmatic Software 2019-08-25 00:05:51 -07:00
parent 048396c725
commit 3034e7118f

View File

@ -9,10 +9,10 @@
# #
# For example: # For example:
# #
# factadd img /call echo https://google.com/search?q=&{func uri_encode $args}&tbm=isch # factadd img /call echo https://google.com/search?q=&{func uri_escape $args}&tbm=isch
# #
# The above would invoke the function 'urlencode' on $args and then replace # The above would invoke the function 'uri_escape' on $args and then replace
# the command-substitution with the result, thus encoding $args to be safely # the command-substitution with the result, thus escaping $args to be safely
# used in the URL of this simple Google Image Search factoid command. # used in the URL of this simple Google Image Search factoid command.
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public