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:
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.)