The /notifymyandroid command does a nice check to make sure you've provided title and body separately, but it then carries on trying to send the information anyway, which causes an error.
java.lang.ArrayIndexOutOfBoundsException: 1
com.dmdirc.addons.nma.NotifyMyAndroidCommand$1.run(NotifyMyAndroidCommand.java:75)
java.lang.Thread.run(Thread.java:619)
The /notifymyandroid command does a nice check to make sure you've provided title and body separately, but it then carries on trying to send the information anyway, which causes an error.