on *:TEXT:!notifylist:?: {
var %msg
if ($notify(0)) {
var %i = 1
%msg = Currently my notify list contains $v1 $+(Nick,$iif($v1 > 1,s),:)
while ($notify(%i) != $null) {
%msg = %msg $v1
inc %i
}
}
else { %msg = My notify list is currently empty. }
msg $nick %msg
}