diff options
Diffstat (limited to 'share/hooks')
-rwxr-xr-x | share/hooks/notification-irc | 2 |
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 |