IRC help
|
|||
|
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 |
||
|
|||
|
|||
|
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.
|
||
|
|||
|
|||
|
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!
|
||
|
|||
|
|||
|
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.
|
||
|
|||
|
|||
|
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!
|
||
|
Please login or register to post a reply.