|
|
[request] thanks for the ~, & @, %, V script plz
#160700
29/09/06 03:41 PM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
I am trying to find script of my liking..
something like: • Thanks for the @ • would like to be able to change the color of the text and the bullets also..if someone could do this for me..I would appreciate it..I am still trying to learn.
|
|
|
Re: [request] thanks for the ~, & @, %, V script plz
#160701
29/09/06 07:04 PM
|
Joined: Dec 2005
Posts: 58
SCNDRL
Babel fish
|
Babel fish
Joined: Dec 2005
Posts: 58 |
/help on op /help on help /help on voice /help on rawmode
i like that
|
|
|
Re: [request] thanks for the ~, & @, %, V script p
#160702
29/09/06 07:17 PM
|
Joined: Aug 2005
Posts: 1,052
Lpfix5
Hoopy frood
|
Hoopy frood
Joined: Aug 2005
Posts: 1,052 |
I am trying to find script of my liking..
something like: • Thanks for the @ • would like to be able to change the color of the text and the bullets also..if someone could do this for me..I would appreciate it..I am still trying to learn.
ON *:OP:#:{ if $opnick == $me msg # • Thanks for the @ • }
ON *:VOICE:#:{ if $vnick == $me msg # • Thanks for the + • }
ON *:HELP:#:{ if $hnick == $me msg # • Thanks for the % • }
after the MSG # change to whatever CTRL +K for color codes and for bullets use whatever
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
|
|
|
Re: [request] thanks for the ~, & @, %, V script p
#160703
30/09/06 04:08 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
HELP? whats the help command for?
|
|
|
Re: [request] thanks for the ~, & @, %, V script p
#160704
30/09/06 04:20 AM
|
Joined: Oct 2004
Posts: 8,330
Riamus2
Hoopy frood
|
Hoopy frood
Joined: Oct 2004
Posts: 8,330 |
Help (Helper) is % (often called half op).
Invision Support #Invision on irc.irchighway.net
|
|
|
Re: [request] thanks for the ~, & @, %, V script p
#160705
30/09/06 06:30 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
ok thanks for the info Riamus..this isn't working for me though....not sure why...
|
|
|
Re: [request] thanks for the ~, & @, %, V script p
#160706
01/10/06 04:30 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
ahhh NVM it works...I had it in aliases instead of Remotes!
Thanks guys! big help!
|
|
|
Re: [request] thanks for the ~, & @, %, V script p
#160707
01/10/06 04:49 AM
|
Joined: Aug 2005
Posts: 1,052
Lpfix5
Hoopy frood
|
Hoopy frood
Joined: Aug 2005
Posts: 1,052 |
I thought so :P because theres no way of a conflict with these kind of scripts.
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
|
|
|
Re: [request] thanks for the ~, & @, %, V script plz
#160708
02/10/06 04:31 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
|
|
|
Re: [request] thanks for the ~, & @, %, V script plz
#160709
05/10/06 07:00 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
hmmm ok..I added some color and stuff to this..but everything else is working except the help status % it says "Thanks for the" I don't understand why? can someone figure this out? ON *:OP:#:{ if $opnick == $me msg # 11«11 12Thanks for the @12 11» }
ON *:VOICE:#:{ if $vnick == $me msg # 11«11 12Thanks for the +12 11» }
ON *:HELP:#:{ if $hnick == $me msg # 11«11 12Thanks for the %12 11» }
|
|
|
Re: [request] thanks for the ~, & @, %, V script plz
#160710
05/10/06 01:07 PM
|
Joined: Oct 2004
Posts: 8,330
Riamus2
Hoopy frood
|
Hoopy frood
Joined: Oct 2004
Posts: 8,330 |
ON *:OP:#:{ if $opnick == $me msg # 11« 12Thanks for the @ 11» }
ON *:VOICE:#:{ if $vnick == $me msg # 11« 12Thanks for the + 11» }
ON *:HELP:#:{ if $hnick == $me msg # 11« 12Thanks for the % 11» } No need for all the extra color codes that you had. As for why it didn't work, it won't let you put %followed by something. It thinks you're trying to do a variable. Ways to work around that are to put a space before the ctrl-k, or put a $+ between them (% $+ 12), or use $chr(37) instead of % and include $+ with it as well... $chr(37) $+ 12.
Invision Support #Invision on irc.irchighway.net
|
|
|
Re: [request] thanks for the ~, & @, %, V script plz
#160711
05/10/06 07:46 PM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
alright, that worked! Thanks Riamus!
|
|
|
Re: [request] thanks for the ~, & @, %, V script plz
#160712
12/10/06 06:06 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
I am just curious is there a cmd for a system admin or protected op?
|
|
|
Re: [request] thanks for the ~, & @, %, V script p
#160713
12/10/06 06:15 AM
|
Joined: Aug 2004
Posts: 7,252
RusselB
Hoopy frood
|
Hoopy frood
Joined: Aug 2004
Posts: 7,252 |
Not built in, since there's no standard for them, like for op, half-op and voice. If you know what the sequence is to set that level, then you could code it with the ON RAWMODE event
|
|
|
Re: [request] thanks for the ~, & @, %, V script p
#160714
12/10/06 06:43 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
|
|
|
Re: [request] thanks for the ~, & @, %, V script p
#160715
28/10/06 08:28 PM
|
Joined: Oct 2006
Posts: 5
Aetom
Nutrimatic drinks dispenser
|
Nutrimatic drinks dispenser
Joined: Oct 2006
Posts: 5 |
Thought I'd bump this, since it's a good topic and helped me out. 
|
|
|
|
|
|
|
|