on ^*:join:#hellas:{
if (($nick != $me) && ($network == grnet)) {
echo -st 3 $nick ( $address($nick,0) has joined $chan )
haltdef
}
}
on ^*:part:#hellas:{
if (($nick != $me) && ($network == grnet)) {
echo -st 10 $nick ( $address($nick,0) has left $chan )
haltdef
}
}
on ^*:quit:{
if (($comchan($nick,1) == #hellas) && ($network == grnet)) {
echo -st 2 $nick [ $address($nick,0) ] has quit IRC)
haltdef
}
}