on 1:TEXT:*Test*:#TestRoom: {

if (Test1 isin $1-) msg #TestRoom Answer 1
elseif (Test2 isin $1-) msg #TestRoom Answer 2
Else /msg #TestRoom Message : $1-
}

OK...now I am stuck. Connected with a 2nd client and now when I use the below lines I receive an unknown command. If I type any text with "Test" in it other than Test1, Test2 the else statement does work which is the main reason for my confusion.


if (Test1 isin $1-) /msg #TestRoom Answer 1
421: Unknown command: /MSG

if (Test1 isin $1-) msg #TestRoom Answer 1
421: Unknown command: MSG