Free2Code
 
Time: 2008-11-21, 10:16pm
IRC help
Subject: IRC help  ·  Posted: 2006-09-01, 08:15am
Rank: ? (3)
Member #: 28341
Well... yesterday i started trying to create a nice mirc script, Now i got the following problem.

I want use the +k button and i want it to automaticly generates a (random)key from keys.txt and inserts it.


Popup
Popup
Set Key
PopUp

something like that..

You're help will be appreciated.

-Poor Kirov

 
  Reply to this ·  Post link ·  Top
Subject: Re: IRC help  ·  Posted: 2006-09-01, 08:16am
Rank: ? (3)
Member #: 28341
Woop no edit button here 0.o ( LOL DAMNIT there is!)

I also was wondering how you could *skin* your standart mirc(mirc.com) any tutorial or explanation will do.

Thanks again

» Post edited 2006-09-01, 08:18am by Kirov.

 
  Reply to this ·  Post link ·  Top
Subject: Re: IRC help  ·  Posted: 2006-09-01, 02:15pm
Rank: ? (48)
Member #: 20714
you lost me with the popups ... but if you want random stuff being read from a txt use $read(text-file-goes-here.txt)

about skinning mirc... the crayons icon inside mircs bar help you change the colors ... new mirc versions come with some preset ones .... and the background you can change it by right clicking outside any window.

hope that helps ...

Behold the power of cheese!
 
  Reply to this ·  Post link ·  Top
Subject: Re: IRC help  ·  Posted: 2006-09-02, 12:04am
Rank: ? (3)
Member #: 28341
ok.. how can u put a picture behind the frame where you see your spoken lines?

i'll explain it again.

Right click in the centre of mirc

You get a pop up with for example:

Set +i
Set +k when i use this one. i want it to generate a random key from keys.txt

hope you understand it now

» Post edited 2006-09-02, 12:33am by Kirov.

 
  Reply to this ·  Post link ·  Top
Subject: Re: IRC help  ·  Posted: 2006-09-06, 01:25pm
Rank: ? (48)
Member #: 20714
Ok ... see the icon next to the channel name on top of the channel window?
Its like...
(icon here) #testing (users) (modes): (topic)

(assuming youre in #testing)

click on it, and, if memory servers, background is the 4th option in that popup.

Speaking of popups .. this goes in remote

menu channel {
Set +i:{ mode $active +i }
Set +k:{ var %key = $read(keys.txt) | mode $active +k %key }
}

hope that works ...
if it doesnt ... let me know

Behold the power of cheese!
 
  Reply to this ·  Post link ·  Top

Pages: 1

Please login or register to post a reply.

icons