~pkal/irc.awk

728627abd728dd17a01af7c4fb628dda3762a0af — Philip Kaludercic 1 year, 10 days ago c9940ab master
Set $0 the message content on PRIVMSG
1 files changed, 6 insertions(+), 0 deletions(-)

M irc.awk
M irc.awk => irc.awk +6 -0
@@ 363,6 363,12 @@ __irc_conn {					# Start processing after connected
    NOTICE = "";
    INVITE = "";
    JOIN = PART = QUIT = KICK = 0;

    if (__irc == "PRIVMSG") {
	$0 = MSG;
    } else {
	$0 = "";
    }
}

# Auto Responses