first can i do a if (condition1) + (condition2) and can i do an "or" there instead
second im making a login system with my bot and im making it so when you msg the bot with your username and password it logs you in. what you change nick part exit it logs you out . how do i set those conditios and am i leaving anything out
one more: how do i edit or remove and add a name to an ini i cant find $writeini in mircs help file... -_^
If you mean your message post here on the board, you just look at the frame for the message You posted and click the edit button, there is a time limit to being able to edit your posts however.
It's best if you surround tests with (), as that makes it easier to parse for mIRC and for humans too. It gets more important with more tests and especially when mixing || and &&.