>automatic messages from event on server
I Figured it out add message to channelid-to-msg and add the number channelid-to-msgid
>Is it possible to set it up so that you can change your username to anything but if it is not yours it will be in the form (name).
(Have set it up so in nick.class.php
if (true){ $newnick = "(".$newnick.")"; }
How can I set it up so true is actually something along the lines of $newnick != $defaultnick
)
>Is is possible to set it up so that guests can go to one channel only. Some users can access others. Other users can access any channels.
almost done I just need to know how to get user meta data in join.class.php
>is is possible to set up links in the message so that user text is shown rather then the url.
I think it is pfcurlprocessing.php
>Is it possible to set things up so that users can kick in any rooms that they create but not any other room.