SamB Posted July 27, 2006 Share Posted July 27, 2006 on *:SIGNAL:mta.command: { if ($3 == !members) { mta.text $1 To join {XN}, please visit the !forum } } Got the general code from another script, when I changed some things it didnt work Link to comment
lil Toady Posted July 27, 2006 Share Posted July 27, 2006 on *:SIGNAL:mta.command: { if ($3 == ) { mta.text $1 } } Words in <> change to whatever, command must be with ! in front or it won't work. Link to comment
CoZ Posted July 27, 2006 Share Posted July 27, 2006 on *:SIGNAL:mta.command: { if ($3 == !members) { mta.text $1 To join {XN}, please visit the !forum } } Got the general code from another script, when I changed some things it didnt work To join {XN}, please the problem is the { } part of XN makes the script go wrong try To join $chr(123) XN $chr(125), please visit the !forum Link to comment
MrJax Posted July 27, 2006 Share Posted July 27, 2006 the problem is the { } part of XN makes the script go wrong try To join $chr(123) XN $chr(125), please visit the !forum $chr(125), -> $chr(125) $+ $chr(44) Link to comment
CoZ Posted July 27, 2006 Share Posted July 27, 2006 the problem is the { } part of XN makes the script go wrong try To join $chr(123) XN $chr(125), please visit the !forum $chr(125), -> $chr(125) $+ $chr(44) tnx oh ..ps .. Whats rong here... the typo in the title Link to comment
Recommended Posts