mIRC Home    About    Download    Register    News    Help

Print Thread
#192960 13/01/08 02:10 PM
Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
I got this:

Code:
on *:text:!np:#: { 
  msg $chan /np
}


But, it only makes me say, [15:06:30] <Curious> /np ..
Where I would like it to do that command. As when I type /np, then I show like this, [15:08:50] <Curious> Now Playing: Alice in Chains- Heaven Beside You ..

What am I doing wrong? I cannot figure why it will not work..


I do not speak English. I speak Norwegian. So please bear with my poor English spelling and grammar.
Joined: Apr 2006
Posts: 464
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Apr 2006
Posts: 464
You need to install a winamp plugin.
If you search www.mirc.net you will find some of these plugins.

Joined: Jan 2003
Posts: 20
T
Ameglian cow
Offline
Ameglian cow
T
Joined: Jan 2003
Posts: 20
depending on what the np alias does..

on *:text:!np:#: {
msg $chan $np
}



Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
I got that plugin. smile I wonder how to make it possible for other to trigger.


I do not speak English. I speak Norwegian. So please bear with my poor English spelling and grammar.
Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
Originally Posted By: Tewl
depending on what the np alias does..

on *:text:!np:#: {
msg $chan $np
}




The np alias does this: When I type /np.. I get:
13 15:31:19 <Curious> Now Playing: Bedrock - Beautiful Strange ..

I want others to be able to trigger it, instead of asking what I am playing all the time. I get really tired of answering, when people ask for every 4'th minute.

Tested that script:

Code:
on *:text:!npC:#: {
  msg $chan $np
}


But, nothing happens when people type !npC .. am I doing wrong?

I get this it seems: * You are not on a channel (line 201, aliases.ini) And line 201 is this: n201=

(Nothing.)

Last edited by gomp; 13/01/08 02:41 PM.

I do not speak English. I speak Norwegian. So please bear with my poor English spelling and grammar.
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Heh. If it is an alias already, then you want to just do:
Code:
on *:text:!np:#: {
  np
}


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard