mIRC Home    About    Download    Register    News    Help

Print Thread
#172956 18/03/07 04:59 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
How do you get with a popup:

[N][A][M][E]

Popup:

Fun Stuff
.[N][A][M][E]:/say "That thing/code"


!?!?



Squee whenever a squee squee's. Squee whenever a squee does not squee.
DuXxXieJ #172972 18/03/07 09:52 PM
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
Have you tried using $chr(91) & $chr(93) ?

$+($chr(91),N,$chr(93),$chr(91),A,$chr(93),$chr(91),M,$chr(93),$chr(91),E,$chr(93))

DJ_Sol #172974 18/03/07 10:29 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Simpler yet, just enter it exactly the same way you did here.

RusselB #172977 18/03/07 10:38 PM
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
lol didn't even check to see. Yup, test an dworks.

menu menubar {
name
.[N][A][M][E]:/echo -a name
}

DuXxXieJ #173004 19/03/07 01:28 PM
Joined: Oct 2006
Posts: 166
B
Vogon poet
Offline
Vogon poet
B
Joined: Oct 2006
Posts: 166
I'm not sure what you want exactly but could be this:
Code:
menu nicklist {
[N][A][M][E]:var %a | msg $active $null($regsub($$1,/(\S)/g,[\1],%a)) %a
}


Kind Regards, blink
b1ink #173149 21/03/07 01:05 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
Okay, it works, but how do i do it with colors? smile

=>

.:14:04:. <CDuck> [M][a][n][U][u][_][W][o][U][s][J][u][H]

<=

(now i need colors xD)


Squee whenever a squee squee's. Squee whenever a squee does not squee.
DuXxXieJ #173150 21/03/07 01:20 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
Nvm, got it already:

Code:
menu nicklist {
  [N][A][M][E]:var %a | msg $active $null($regsub($$1,/(\S)/g,14[1\114],%a)) %a
}


Squee whenever a squee squee's. Squee whenever a squee does not squee.
DuXxXieJ #173354 24/03/07 01:46 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
Erm, and:

* <CDuck> [H][E][L][L][O] [!][!]

To get your own text?


Squee whenever a squee squee's. Squee whenever a squee does not squee.
DuXxXieJ #173461 25/03/07 03:59 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
Code:
ON *:INPUT:*:{
  var %a | msg $active $null($regsub($1-,/(\S)/g,14[1\114],%a)) %a
}


that works, but it's double:

Php Code:

(17:57) <Duck_Power> [t][e][s][t]
(17:57) <Duck_Power> test
 



Squee whenever a squee squee's. Squee whenever a squee does not squee.
DuXxXieJ #173462 25/03/07 04:07 PM
Joined: Mar 2007
Posts: 38
H
Ameglian cow
Offline
Ameglian cow
H
Joined: Mar 2007
Posts: 38
ON ^1:INPUT:*:{
var %a | msg $active $null($regsub($1-,/(\S)/g,14[1\114],%a)) %a | halt
}

Cya!.-


"if ($me ison $forum) { say Hello! }"
HuMoR #173467 25/03/07 04:29 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
That ^1 was not good, it was *,

How do you msg a Window?

msg @Talker <txt> ???? (coz that doesnt work)


(then i see: * /msg: invalid window (line 12, popups.ini) )

Last edited by DuXxXieJ; 25/03/07 04:30 PM.

Squee whenever a squee squee's. Squee whenever a squee does not squee.
DuXxXieJ #173470 25/03/07 04:45 PM
Joined: Mar 2007
Posts: 38
H
Ameglian cow
Offline
Ameglian cow
H
Joined: Mar 2007
Posts: 38
Code:
echo @Talker <txt>


Cya!.-


"if ($me ison $forum) { say Hello! }"
HuMoR #173471 25/03/07 05:19 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
Code:
ON ^1:INPUT:*:{
   if $1- == Lol {
  $replace($1-,Laughing Out Loud!)
 }
}



hmz.. ;x replace Lol = Laughing out loud!


*Is stupid*

Last edited by DuXxXieJ; 25/03/07 05:21 PM.

Squee whenever a squee squee's. Squee whenever a squee does not squee.
DuXxXieJ #173473 25/03/07 05:27 PM
Joined: Mar 2007
Posts: 38
H
Ameglian cow
Offline
Ameglian cow
H
Joined: Mar 2007
Posts: 38
Don't use $1- == Lol.
Use: Lol isin $strip($1-)
The operator == only compare 1 word.

Cya!.-


"if ($me ison $forum) { say Hello! }"
DuXxXieJ #173484 25/03/07 06:03 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
/help $replace

$replace($1-,lol,Laughing Out Loud)

Also, you aren't specifying what you want to happen with that. You should have it look like this:

Code:
on *:input:*: {
  if ($left($1,1) == / || $ctrlenter) { return }
  if (lol isin $strip($1-)) {
    msg $target $replace($1-,lol,Laughing Out Loud)
    halt
  }
}


Invision Support
#Invision on irc.irchighway.net
HuMoR #173485 25/03/07 06:04 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Originally Posted By: HuMoR
ON ^1:INPUT:*:{
var %a | msg $active $null($regsub($1-,/(\S)/g,14[1\114],%a)) %a | halt
}


You don't need ^ on an on INPUT event.


Invision Support
#Invision on irc.irchighway.net
Riamus2 #173504 25/03/07 06:50 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
I could use

Code:
ON *:INPUT:*:{
   if $1- == Lol {
  msg $chan Laughing Out Load!
 .halt
 }
}


Too

:P But thanks

Last edited by DuXxXieJ; 25/03/07 06:50 PM.

Squee whenever a squee squee's. Squee whenever a squee does not squee.
DuXxXieJ #173517 25/03/07 07:27 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
True, though there's a reason for what I gave you. smile

Also, there's no reason to silence (.) a halt command.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard