pSelf->
this
SendChat()
implicitly means this->SendChat()
CGameContext
variable, probably a parameterBonjour
command say Bien le bonjour
in remote consoleConSay
in the codeConsole()->Register(…, ConSay, …)
Console()->Register("bonjour", "", CFGFLAG_SERVER, ConBonjour, this, "Say 'Bonjour'");