diff options
Diffstat (limited to 'bin/msg')
-rwxr-xr-x | bin/msg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ MESSAGE="${1:-}" if [ "$XMPP" = true ]; then eval "$(assert-arg "$MESSAGE" '-X MESSAGE')" - xmpp -m "$MESSAGE" eu@euandreh.xyz & + xmpp -m "$MESSAGE" eu@euandre.org & fi if [ "$SOUND" = true ]; then sound & |