summaryrefslogtreecommitdiffstats
path: root/share/hooks/notification-irc
diff options
context:
space:
mode:
Diffstat (limited to 'share/hooks/notification-irc')
-rwxr-xr-xshare/hooks/notification-irc2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hooks/notification-irc b/share/hooks/notification-irc
index 1b4b620..3415b6b 100755
--- a/share/hooks/notification-irc
+++ b/share/hooks/notification-irc
@@ -29,7 +29,7 @@ case "${COMMAND}" in
for CHANNEL in ${IRC_CHANNELS}
do
- irk ${CHANNEL} "\x0300${USER}\x03@\x0312${HOST}:\x03 \x0303${PROGRAM}\x03 \x0307${COMMAND}\x03 ${OPTIONS}"
+ irk ${CHANNEL} "[\x0305${SOFTWARE}\x03] \x0312${USER}@${HOST}:\x03 \x0303${PROGRAM}\x03 \x0307${COMMAND}\x03 \x0300${OPTIONS}\x03"
done
;;
esac