summaryrefslogtreecommitdiff
path: root/hack_of_all_hacks
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-25 07:24:39 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-25 07:24:39 +0100
commitcd2f6c8f3dc363a8c28c356421e5222ee07a836f (patch)
tree5bee5a0f31615cbd6a560fb577fd7fa83118de33 /hack_of_all_hacks
parentc8ddb52e73d439d9853c2613f9354b7daf5a51ce (diff)
typo fix
Diffstat (limited to 'hack_of_all_hacks')
-rw-r--r--hack_of_all_hacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack_of_all_hacks b/hack_of_all_hacks
index 77672ac..eaf8195 100644
--- a/hack_of_all_hacks
+++ b/hack_of_all_hacks
@@ -44,7 +44,7 @@ function l33t_codes
channel_it_came_from="$( echo ${line} | cut -d ' ' -f 3 )"
# If it's a private message
- [[ "${channel_it_came_from}" == "${my_own_name}" ]] && channel_it_came_from="personoslash"
+ [[ "${channel_it_came_from}" == "${my_own_name}" ]] && channel_it_came_from="${personoslash}"
######################
# Echo injected data #