auto private msg a user if a certain word is typed

General Help Questions and Answers

Moderators: L|B, cryoa, Riamus, XMog

auto private msg a user if a certain word is typed

Postby HyTrojan » Sun Feb 15, 2004 3:48 pm

How can I set up invision to private message and user that type the word !list? I tried it with word watcher, but the only options are /notice & /msg. the the /msg displays in the channel and i'll get booted for that & /notice is not good enough.

Thanks for the time
User avatar
HyTrojan
Member
Member
 
Posts: 32
Joined: Sat Jun 28, 2003 8:33 pm
Location: Louisiana

Postby L|B » Sun Feb 15, 2004 3:50 pm

use

on ^*:TEXT:!list:#: { .msg $nick message here }
Setup And Trouble Shooting http://www.ircmadeasy.com
User avatar
L|B
Global Moderator
Global Moderator
 
Posts: 921
Joined: Sat Aug 30, 2003 6:24 am
Location: Irc.Criten.net

Postby HyTrojan » Sun Feb 15, 2004 6:24 pm

Thank you so much, works great!!!
User avatar
HyTrojan
Member
Member
 
Posts: 32
Joined: Sat Jun 28, 2003 8:33 pm
Location: Louisiana

one more question

Postby HyTrojan » Sun Feb 15, 2004 7:09 pm

One more question, is there a way to make it work for everyone, but not OPS & +v?
User avatar
HyTrojan
Member
Member
 
Posts: 32
Joined: Sat Jun 28, 2003 8:33 pm
Location: Louisiana

Postby NFC » Sun Feb 15, 2004 10:49 pm

on ^*:TEXT:!list:#: { if ($nick !isop $chan && $nick !isvoice $chan) { .msg $nick message here } }
NFC
Member
Member
 
Posts: 73
Joined: Tue Jan 07, 2003 3:12 am

Postby L|B » Mon Feb 16, 2004 4:05 am

NFC wont that only message the Voices and Ops? Im not into to much code but that looks like it would
Setup And Trouble Shooting http://www.ircmadeasy.com
User avatar
L|B
Global Moderator
Global Moderator
 
Posts: 921
Joined: Sat Aug 30, 2003 6:24 am
Location: Irc.Criten.net

Nope

Postby Riamus » Mon Feb 16, 2004 4:26 am

No... he's right. isop would be FOR ops... !isop is NOT for ops. Same for voices. :)
You can find me at #Invision on irc.irchighway.net or #OldGames on irc.undernet.org if you need me for anything.
User avatar
Riamus
Global Moderator
Global Moderator
 
Posts: 1783
Joined: Fri May 03, 2002 9:01 pm
Location: Massachusetts, USA

Postby NFC » Mon Feb 16, 2004 11:23 am

NFC
Member
Member
 
Posts: 73
Joined: Tue Jan 07, 2003 3:12 am

Postby L|B » Mon Feb 16, 2004 3:36 pm

see how much I know about scripting :cry:
Setup And Trouble Shooting http://www.ircmadeasy.com
User avatar
L|B
Global Moderator
Global Moderator
 
Posts: 921
Joined: Sat Aug 30, 2003 6:24 am
Location: Irc.Criten.net

Postby NFC » Mon Feb 16, 2004 4:09 pm

Don't worry L|B, that's not so important to know much mirc scripting :)
Everyone has a job, mine is computer engineer :wink:
NFC
Member
Member
 
Posts: 73
Joined: Tue Jan 07, 2003 3:12 am

Postby HyTrojan » Mon Feb 16, 2004 7:32 pm

You guys all rock! Thanks a bunch...
User avatar
HyTrojan
Member
Member
 
Posts: 32
Joined: Sat Jun 28, 2003 8:33 pm
Location: Louisiana


Return to General Help

Who is online

Users browsing this forum: Bing [Bot] and 14 guests

cron