Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
repeating message of a user (solved)
Forums
Active Threads
Search
Who's Online
Help
Print Thread
repeating message of a user (solved)
#
247613
15/08/14
05:55 AM
J
jar555
jar555
J
How do I make a script when a specific user types a message, the bot will repeat the message that the user typed?
on *:text:*:#: {
if ($nick == jar555) {
msg # ????
} else {
}
Last edited by jar555;
15/08/14
08:40 AM
.
Copy Link to Clipboard
Re: repeating message of a user
#
247615
15/08/14
08:23 AM
Joined:
Mar 2010
Posts: 144
UK
Masoud
Vogon poet
Masoud
Vogon poet
Joined:
Mar 2010
Posts: 144
UK
Code:
on *:Text:*:#: { if ($nick == jar555) { msg # $1- } else { } }
Btw, this is not PHP. You can't write the else part like that. Either it should be on a new line or add a pipe before it.
Nothing...
Copy Link to Clipboard
Re: repeating message of a user
Masoud
#
247616
15/08/14
08:40 AM
J
jar555
jar555
J
Thanks!
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
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage