It would be nice to add a new item to frmHub object, like frmHub:GetOwnerEmail() which will return the setted e-mail addy in the GUI. Many script use frmHub:RegBot() where we have make a new variable like OwnerEmail or smth like that.
for what use may it be?
Regonly hubs, registration requests could be sent via mail for instance.
And also as I said, maybe for script-side registered bots. Many scripts use this method, and every scripter make a new var for it. I think frmHub:GetOwnerEmail() and frmHub:SetOwnerEmail(string) would be nice. And, indeed, for regonly-message, nicklen message, nickrule message... You can use it wherever you want.