Well i want to request help for can make have another command to talk on mirc, i have it !say but i like one on especial that is the command with the point and next the text. like this exmple: .hi everybody
elseif ($left($1,1) == $chr(46)) {
if (!$2) msg $chan 5Error - Missing Information, $1 <Message>
elseif ($nick isop $chan) vcmp.say 1 * Admin $nick $+ : $2-
elseif ($nick ishop $chan) vcmp.say 1 * Mod $nick $+ : $2-
else {
vcmp.say 1 * $nick $+ : $2-
}
}
please anybody can help me i need have the command with point
Regards BlueRey~