atm its a mirc script, im looking into how to use irc script syntax in c++
so this seems the correct place to post. as i will be carrying the project on in C++ at a later date.
hopfully with the aid of toymaker 
100% coded by me no copy and paste shit.
if i do add a game or other script to the bot i will say so here.
Current Command List
Code:
User Cmds
!Say <text>
Quotes
!Troll
!Escape
!Taze
!WhiteHouse
staffcommands
!Kick
!Ban
!Tban
!AddQuote <nick> <quote>
!DelQuote <nick>
!Join <#Chan> - makes the bot join selected chan
admincommands
!AntiSpam <number of lines> <time frame> <ban(0/1)> <bantime>
!AddUsr <nick> <rank 2-5> - admins can only set upto 3/4 >
!DelUsr <*!*@host.domain>
mycommands
!GBOT <command> carrys out any command.
!AddUsr <nick> <rank> - can set any rank
Code:
on +5:JOIN:#: { notice Welcome master of GBOT _o_ }
on +4:JOIN:#: { notice Welcome Buddy :D }
on +3:JOIN:#: { notice O Hi Thur }
on +2:JOIN:#: { notice Ewwww D: }
on +1:JOIN:#: { notice Hi }
;Quotes
on *:TEXT:!Troll:#: { msg Please DO NOT Feed The Trolls }
on *:TEXT:!Escape:#: { msg YOU CAN RUN, YOU CAN HIDEEEEE, BUT YOU CANT ESCAPE MY LOVE!!!!!!!!! }
on *:TEXT:!Tross:#: { msg Even i dont understand that shit :/ }
on *:TEXT:!spicscape:#: { msg Puede ejecutar, puede ocultar, pero no puede ESCAPAR MI ARMOR!!!!!!!!!! }
on *:TEXT:!Taze:#: { msg Don't Taze Me Bwo :( 8,1/////ZAGAGAGAGAGAGAGA/////// }
on *:TEXT:fucku:#: { msg Yea Bitch >:( }
on *:TEXT:!whitehouse:#: { msg No ******s In The White House
kick obama }
on *:TEXT:!Baba:#: { msg Baba /Gewd }
on +1:TEXT:GBOT:#: { msg Yes Guy? }
on +2:TEXT:GBOT:#: { msg WUT NIG }
on +3:TEXT:GBOT:#: { msg You Called? }
on +4:TEXT:GBOT:#: { msg Need Some Help? }
on +5:TEXT:GBOT:#: { msg Did You Want Me Master? }
;Ranking System
on *:TEXT:!RankList:#: { msg RankZ
msg Normal/Unset == 1
msg ******/Troll == 2
msg Staff == 3
msg Admin == 4
msg Master == 5
}
on 4:TEXT:!RankADD*:#: { /guser $3 $2 1 }
on 4:TEXT:!RankDEL*:#: { /ruser $2 }