mIRC Home    About    Download    Register    News    Help

Print Thread
#262272 15/01/18 02:38 AM
Joined: Mar 2016
Posts: 8
D
DML1783 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Mar 2016
Posts: 8
How do i echo the status window to a user?

Example a user would type !cs
then the "bot" would do the command /cs access #channel view

i then want to echo the status window so the user can see what was said?

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
/echo -s The -s switch sends output to status window

Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
When you send the command "/cs", chanserv is replying to you by sending notices.
In this case, the notice are displayed in your status window but it does not mean that you should be using the status window to get the data, you need to use the on notice event to retrieve those notices


#mircscripting @ irc.swiftirc.net == the best mIRC help channel

Link Copied to Clipboard