/* GVFix Ban Kick Script */ parse arg gvrexxport nick user channel reason address value gvrexxport reason=substr(reason,2) if user="" then "WhoIs" nick else do if channel="No" then do "Ban" user "DeOp" nick "Kick" nick reason end else do "Ban" channel user "DeOp" channel nick "Kick" channel nick reason end end