aboutsummaryrefslogtreecommitdiff
path: root/plugins/eval
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/eval')
-rwxr-xr-xplugins/eval6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/eval b/plugins/eval
index 97c3349..c661df6 100755
--- a/plugins/eval
+++ b/plugins/eval
@@ -65,11 +65,11 @@ msg_command == "PRIVMSG" \
ctx = substr(msg_prefix, RSTART, RLENGTH)
if (msg_param[0] ~ /^[#&!+]/)
{
- ctxquote = ctx ": "
+ ctx_quote = ctx ": "
ctx = msg_param[0]
}
else
- ctxquote = ""
+ ctx_quote = ""
if (substr(msg_param[1], 1, length(prefix)) == prefix)
@@ -87,7 +87,7 @@ msg_command == "PRIVMSG" \
function pmrespond (text)
{
- print "PRIVMSG " ctx " :" ctxquote text
+ print "PRIVMSG " ctx " :" ctx_quote text
}
function process_request (input, res, x)