Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
reply automatically
Forums
Active Threads
Search
Who's Online
Help
Print Thread
reply automatically
#
61208
20/11/03
03:40 PM
F
FMJ
FMJ
F
how to do reply the script to a private message?
Copy Link to Clipboard
Re: reply automatically
#
61209
20/11/03
03:41 PM
Joined:
Dec 2002
Posts: 3,015
London, UK
C
Collective
Hoopy frood
Collective
Hoopy frood
C
Joined:
Dec 2002
Posts: 3,015
London, UK
on *:TEXT:Hello:?:msg $nick Hi
Says "Hi" when people message you with "Hello".
Copy Link to Clipboard
Re: reply automatically
#
61210
20/11/03
03:49 PM
F
FMJ
FMJ
F
this reply if text receive is "Hello" but if I would reply only if text contains word "mirc"?
Copy Link to Clipboard
Re: reply automatically
#
61211
20/11/03
04:31 PM
C
Canario
Canario
C
Then change the word for the word mirc or use an if.
ON *:TEXT:*:?:{
if ($istok($1-,mirc,32)) { msg $nick message }
}
I like to use $istok you can use iswm or isin.
Copy Link to Clipboard
Re: reply automatically
#
61212
20/11/03
06:55 PM
F
FMJ
FMJ
F
what means 32?
Copy Link to Clipboard
Re: reply automatically
#
61213
20/11/03
07:55 PM
Joined:
Dec 2002
Posts: 3,015
London, UK
C
Collective
Hoopy frood
Collective
Hoopy frood
C
Joined:
Dec 2002
Posts: 3,015
London, UK
32 is the ascii number for the space character.
Copy Link to Clipboard
Re: reply automatically
#
61214
20/11/03
08:03 PM
F
FMJ
FMJ
F
and to reply to a message sent on public channel?
Copy Link to Clipboard
Re: reply automatically
#
61215
20/11/03
11:09 PM
Joined:
Apr 2003
Posts: 426
Australia
N
neophyte
Fjord artisan
neophyte
Fjord artisan
N
Joined:
Apr 2003
Posts: 426
Australia
/help on TEXT
Copy Link to Clipboard
Re: reply automatically
#
61216
21/11/03
02:25 PM
F
FMJ
FMJ
F
ok, now I understand but you could say what are arguments in syntax... thank the same
Copy Link to Clipboard
Re: reply automatically
#
61217
21/11/03
02:29 PM
F
FMJ
FMJ
F
but to have nick who chat in public channel? $nick doesn't work...
Copy Link to Clipboard
Re: reply automatically
#
61218
22/11/03
10:29 AM
F
FMJ
FMJ
F
nobody knows how to have nick that chat in public channel?
Copy Link to Clipboard
Re: reply automatically
#
61219
22/11/03
12:26 PM
Joined:
Dec 2002
Posts: 3,015
London, UK
C
Collective
Hoopy frood
Collective
Hoopy frood
C
Joined:
Dec 2002
Posts: 3,015
London, UK
In an on *:TEXT:*:#:{ event $nick is set to the persob who spoke.
Copy Link to Clipboard
Re: reply automatically
#
61220
01/12/03
10:33 PM
Joined:
Feb 2003
Posts: 806
C
cold
Hoopy frood
cold
Hoopy frood
C
Joined:
Feb 2003
Posts: 806
Please read the help file, most answers you've been looking for are really all there.
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
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