ON *:TEXT:!greet*:#: {
if (!$2) {
.notice $nick You need to type your greet next to !greet. Ex. !greet Hey
}
else {
set $+(%,greet,$wildsite),2) $replace($2-,$chr(32),$chr(160))
.notice $nick you have succesfully set your greet to $2-
}
}
ON !*:JOIN:#: {
$iif(!$($+(%,greet,$wildsite),2),.notice $nick You do not have a greet set type !greet.,msg # $($+(%,greet,$wildsite),2))
}