mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2012
Posts: 3
D
Self-satisified door
OP Offline
Self-satisified door
D
Joined: Jan 2012
Posts: 3
I have a channel popup as follows

/say !lastedit $$?="Type Users Nick"

and a Nick List Popup as follows

Search Users Last edit!:/say !lastedit $$1

These work fine, however I need to change it so that when the I use these, the nick is surrounded by quotes. So, from this !lastedit Tom to !lastedit "Tom"

Joined: Dec 2013
Posts: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
Code:
/say !lastedit $qt($$?="Type Users Nick")
/say !lastedit $qt($$1)


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net
Joined: Jan 2012
Posts: 3
D
Self-satisified door
OP Offline
Self-satisified door
D
Joined: Jan 2012
Posts: 3
Perfect, thank you!


Link Copied to Clipboard