//A Typical AI Demonstration , Shows how to use cmd , contains , starting and different kinds of replies
//This is extremely powerful and can reply intelligently to any command...
[start]
[cmd]hi*hello*howdy*yo[/cmd]
[rand]hi $nick!*Yo $nick SUP!!*WHAT DO YOU WANT $nick???[/rand]
[start]
[cmd]how are you?[/cmd]
[reply]am fine you?[/reply]
[start]
[contains] wot [/contains]
[reply]Learn English First![/reply]
[start]
[cmd][starting=0]!say [/cmd]
[reply]$(A-1)[/reply]
//Demonstrates The All Minus First String Before First Space
[start]
[cmd][starting=0]!say2 [/cmd]
[reply]$(6ToE)[/reply]
//Demonstrates The 6Th Character To The End
[start]
[cmd][starting=0]!status [/cmd]
[reply]/$chgstatus['$(1)']/[/reply]
//Statuses can be from 2 to 9
[start]
//nickname
[cmd][starting=0]!nick [/cmd]
[reply]/$chgnick['$(A-1)']/[/reply]
[start]
//invite to a convo
[cmd][starting=0]!invite [/cmd]
[reply]/$invite['$(1)']/[/reply]