Jump to content

erm


BooM

Recommended Posts

  • 3 weeks later...

you mean like

on *:SIGNAL:mta.command: {

;above adds the commands

var %a == $iif(

if ($3 == !hello) mta.text $1 $mta.nick($1,$2) says hello to $mta.nick($1,%a)

;Adds the command

elseif ($3 == !bye) mta.text $1 Bye people

;Adds the lower commands

elseif ($3 == !blah) mta.text $1 Etc etc etc command

;etc, adds command elseif always after if

??????

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...