summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-24 21:26:15 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-24 21:26:15 +0100
commite2a944cc64c4fd5d05dc1a08ea5544ac97ef5470 (patch)
tree06a876b8b15920718afd9ed6ec2b64c5354f0e8d
parent5aa5ad91e1fa68a53c6912599e6d995f49ccbb4f (diff)
changed !tell to ,tell
-rw-r--r--hack_of_all_hacks6
1 files changed, 3 insertions, 3 deletions
diff --git a/hack_of_all_hacks b/hack_of_all_hacks
index d98a621..2b5c732 100644
--- a/hack_of_all_hacks
+++ b/hack_of_all_hacks
@@ -323,11 +323,11 @@ EOF
# answer nicks over query #
###########################
- if [[ "${line}" =~ !tell\ [^\ ]+\ about\ [^\ ]+ ]]
+ if [[ "${line}" =~ ,tell\ [^\ ]+\ about\ [^\ ]+ ]]
then
- gotit="${BASH_REMATCH}" # will be like: `!tell jack about blah'
+ gotit="${BASH_REMATCH}" # will be like: `,tell jack about blah'
- dudep1="${gotit#!tell }"
+ dudep1="${gotit#,tell }"
dude="${dudep1%% *}"
thing="${gotit##* }"