Right now in my script, all commands that go to Channel services i.e. ChanServ etc are forced to be performed in their own separate windows:
Chanserv=@ChanServ
NickServ=@NickServ
MemoServ=@MemoServ
BotServ=@BotServ
When typing the command syntax in the designated window you use "/msg" to do it obviously because if you type /Chanserv the alias i set up opens the window (i hope i still make sense)...How can I get the following text to not show and I will use the NickServ identify command as an example:
[03:05:35] -> *NickServ* identify yada yada
-
I do not want the text I send to echo in the status window let alone anywhere else (hence the reason why I have it forced to only be perfomed in its own window.) I hope this isn't confusing but any ideas? Thanks in advance