Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
How to run an ON TEXT event to a specific nick
Forums
Active Threads
Search
Who's Online
Help
Print Thread
How to run an ON TEXT event to a specific nick
#
256140
22/12/15
11:57 PM
Joined:
Dec 2015
Posts: 5
Spain, Barcelona
C
Christian2501
OP
Nutrimatic drinks dispenser
OP
Christian2501
Nutrimatic drinks dispenser
C
Joined:
Dec 2015
Posts: 5
Spain, Barcelona
for example if i have the line,
ON *:TEXT:*:?: { echo -a This is a test }
I want to run the event only when a
specific
nick sends me any text to my private chat. ¿how can i do that?
Copy Link to Clipboard
Re: How to run an ON TEXT event to a specific nick
Christian2501
#
256147
23/12/15
10:41 AM
Joined:
Jan 2005
Posts: 192
Brax
Vogon poet
Brax
Vogon poet
Joined:
Jan 2005
Posts: 192
Code:
ON *:TEXT:*:?: { IF ($nick == Christian2501) { echo -a This is a test } }
echo -a $signature
Copy Link to Clipboard
Re: How to run an ON TEXT event to a specific nick
Brax
#
256158
24/12/15
09:12 PM
Joined:
Dec 2015
Posts: 5
Spain, Barcelona
C
Christian2501
OP
Nutrimatic drinks dispenser
OP
Christian2501
Nutrimatic drinks dispenser
C
Joined:
Dec 2015
Posts: 5
Spain, Barcelona
Thank you sir
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage