Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,545,777
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 05-06-24 10:09 AM
Guest: Register | Login

0 users currently in General Chat | 4 guests

Main - General Chat - A little something for mIRC users.. New thread | New reply

Pages: 1 2

Hapi-San
Posted on 02-21-07 01:10 AM Link | Quote | ID: 2719


Shyguy
Level: 22

Posts: 39/80
EXP: 56731
Next: 1619

Since: 02-19-07
From: London, UK

Last post: 6035 days
Last view: 6002 days
.. to put Tina's messages into another window. Put this into your remote scripts, if you want it..

on *:JOIN:#rohmacking:{ if ($nick == $me) window -ak0m @Tina 64 64 640 320 verdana 10 }
on *ART:#rohmacking:{ if ($nick == $me) window -c @Tina }
on ^*:TEXT:*:#rohmacking:{ if (($window(@Tina)) && ($nick == Tina)) { haltdef | aline -hp @Tina $chr(91) $+ $asctime(HH:nn:ss) $+ $chr(93) $replace($1-,[ $chr(3) $+ ] 09,[ $chr(3) $+ ] 04,[ $chr(3) $+ ] 03,[ $chr(3) $+ ] 05) } }

That version will change the green coloured text into red, easier on the eyes on a white background. If you want it green again, just replace the $replace($1-,[ $chr(3) $+ ] 09,[ $chr(3) $+ ] 04,[ $chr(3) $+ ] 03,[ $chr(3) $+ ] 05) with $1-



____________________
"Reality is merely an illusion, albeit a very persistent one." -Albert Einstein

Xenaero
Posted on 02-21-07 01:11 AM Link | Quote | ID: 2720


Ninji
Level: 36

Posts: 104/235
EXP: 285625
Next: 22485

Since: 02-19-07
From: Nethergarde

Last post: 5447 days
Last view: 5249 days
Very nice work, I'm gonna add this in my scripts.

____________________
I like gay porn. It's hot

Hapi-San
Posted on 02-21-07 01:12 AM Link | Quote | ID: 2721


Shyguy
Level: 22

Posts: 40/80
EXP: 56731
Next: 1619

Since: 02-19-07
From: London, UK

Last post: 6035 days
Last view: 6002 days
gah, smileys D: should be *: PART, without the space between the : and P

____________________
"Reality is merely an illusion, albeit a very persistent one." -Albert Einstein

Danielle
Posted on 02-21-07 01:18 AM Link | Quote | ID: 2724


Buzzy Beetle
Level: 44

Posts: 39/383
EXP: 594282
Next: 17003

Since: 02-19-07
From: California

Last post: 5477 days
Last view: 5477 days
Sweeeeet, this should be nice.

*tests it right now with this post*

Sukasa
Posted on 02-21-07 01:18 AM Link | Quote | ID: 2726


Red Birdo
Level: 92

Posts: 24/2112
EXP: 7695469
Next: 61468

Since: 02-19-07

Last post: 4458 days
Last view: 3229 days
Thanks, Hapi-San. This will be very useful

Hapi-San
Posted on 02-21-07 01:24 AM Link | Quote | ID: 2735


Shyguy
Level: 22

Posts: 41/80
EXP: 56731
Next: 1619

Since: 02-19-07
From: London, UK

Last post: 6035 days
Last view: 6002 days
small addition

alias tinaWindow { window -ak0m @Tina 64 64 640 320 verdana 10 }

Add to the end of the script. If you close the window and want to reopen it without leaving and rejoining the channel, just type /tinaWindow

____________________
"Reality is merely an illusion, albeit a very persistent one." -Albert Einstein

blackhole89
Posted on 02-21-07 01:28 AM Link | Quote | ID: 2738


The Guardian
Moloch whose eyes are a thousand blind windows!
Level: 124

Posts: 31/4196
EXP: 21550036
Next: 286565

Since: 02-19-07
From: Ithaca, NY, US

Last post: 481 days
Last view: 94 days



Whee, this sure is useful... #rohmacking almost gets to look clean with it.

/me changes font to Courier New

____________________



Hapi-San
Posted on 02-21-07 01:30 AM Link | Quote | ID: 2741


Shyguy
Level: 22

Posts: 42/80
EXP: 56731
Next: 1619

Since: 02-19-07
From: London, UK

Last post: 6035 days
Last view: 6002 days
Posted by blackhole89
/me changes font to Courier New

I prefer Lucida Console size 11 myself, but I used verdana because I nicked the window code from another mIRC script of mine.

____________________
"Reality is merely an illusion, albeit a very persistent one." -Albert Einstein

Sukasa
Posted on 02-21-07 01:34 AM Link | Quote | ID: 2744


Red Birdo
Level: 92

Posts: 25/2112
EXP: 7695469
Next: 61468

Since: 02-19-07

Last post: 4458 days
Last view: 3229 days
I prefer Courier at size 10 myself. Very Nice hapi, I'll need to add this to my other comptuer too.

Metal_Man88
Posted on 02-21-07 02:00 AM Link | Quote | ID: 2767


Level: 48

Posts: 50/458
EXP: 777114
Next: 46429

Since: 02-19-07
From: The Void

Last post: 3040 days
Last view: 3040 days
This should make my logs of the IRC room far less cluttered. Good work.

Xkeeper
Posted on 02-21-07 02:34 AM Link | Quote | ID: 2816


Level: 105

Posts: 93/2846
EXP: 12037790
Next: 224470

Since: 02-19-07

Last post: 6070 days
Last view: 2807 days
I was considering just moving her to a seperate channel, but that works too Personally I like them in the same window...

But at least she doesn't output everything she recieves, her real bot window on my other computer is a mess

(Also, I think you can just use standard timestamps instead of appending your own...)

____________________
I dealt with it.

Hapi-San
Posted on 02-21-07 02:46 AM Link | Quote | ID: 2831


Shyguy
Level: 22

Posts: 43/80
EXP: 56731
Next: 1619

Since: 02-19-07
From: London, UK

Last post: 6035 days
Last view: 6002 days
Posted by Xkeeper
(Also, I think you can just use standard timestamps instead of appending your own...)

Most likely, but I haven't done mIRC scripting in a long time and I've forgotten how. :x

____________________
"Reality is merely an illusion, albeit a very persistent one." -Albert Einstein

Drag
Posted on 02-21-07 04:05 AM Link | Quote | ID: 2947


Spike
Dragon
Level: 57

Posts: 42/705
EXP: 1484150
Next: 1778

Since: 02-19-07
From:

Last post: 3938 days
Last view: 3938 days
I've made a small edit to the script:


BEFORE
on ^*:TEXT:*:#rohmacking:{ if (($window(@Tina)) && ($nick == Tina)) { haltdef | aline -hp @Tina $chr(91) $+ $asctime(HH:nn:ss) $+ $chr(93) $replace($1-,[ $chr(3) $+ ] 09,[ $chr(3) $+ ] 04,[ $chr(3) $+ ] 03,[ $chr(3) $+ ] 05) } }


AFTER
on ^*:TEXT:New reply by*:#rohmacking:{ if (($window(@Tina)) && ($nick == Tina)) { haltdef | aline -hp @Tina $chr(91) $+ $asctime(HH:nn:ss) $+ $chr(93) $replace($1-,[ $chr(3) $+ ] 09,[ $chr(3) $+ ] 04,[ $chr(3) $+ ] 03,[ $chr(3) $+ ] 05) } }

Basically, this will filter all replies to the new window, but other messages (like 8ball) will apear in the chatroom.

____________________

Hapi-San
Posted on 02-21-07 04:06 AM Link | Quote | ID: 2950


Shyguy
Level: 22

Posts: 44/80
EXP: 56731
Next: 1619

Since: 02-19-07
From: London, UK

Last post: 6035 days
Last view: 6002 days
Posted by Drag
I've made a small edit to the script:


BEFORE
on ^*:TEXT:*:#rohmacking:{ if (($window(@Tina)) && ($nick == Tina)) { haltdef | aline -hp @Tina $chr(91) $+ $asctime(HH:nn:ss) $+ $chr(93) $replace($1-,[ $chr(3) $+ ] 09,[ $chr(3) $+ ] 04,[ $chr(3) $+ ] 03,[ $chr(3) $+ ] 05) } }


AFTER
on ^*:TEXT:New reply by*:#rohmacking:{ if (($window(@Tina)) && ($nick == Tina)) { haltdef | aline -hp @Tina $chr(91) $+ $asctime(HH:nn:ss) $+ $chr(93) $replace($1-,[ $chr(3) $+ ] 09,[ $chr(3) $+ ] 04,[ $chr(3) $+ ] 03,[ $chr(3) $+ ] 05) } }

Basically, this will filter all replies to the new window, but other messages (like 8ball) will apear in the chatroom.


That doesn't allow for new threads or new users. I just made an edit...


alias tinaWindow { window -ak0m @Tina 64 64 640 320 lucida console 11 }
on *:JOIN:#rohmacking:{ if ($nick == $me) tinaWindow }
on *:PART:#rohmacking:{ if ($nick == $me) window -c @Tina }
on ^*:TEXT:*:#rohmacking:{ if (($window(@Tina)) && ($nick == Tina) && ($1 == New)) { haltdef | aline -hp @Tina $asctime($timestampfmt) $replace($1-,[ $chr(3) $+ ] 09,[ $chr(3) $+ ] 04,[ $chr(3) $+ ] 03,[ $chr(3) $+ ] 05) } }


____________________
"Reality is merely an illusion, albeit a very persistent one." -Albert Einstein

Xenaero
Posted on 02-21-07 04:09 AM Link | Quote | ID: 2956


Ninji
Level: 36

Posts: 130/235
EXP: 285625
Next: 22485

Since: 02-19-07
From: Nethergarde

Last post: 5447 days
Last view: 5249 days
Posted by Hapi-San
Posted by Xkeeper
(Also, I think you can just use standard timestamps instead of appending your own...)

Most likely, but I haven't done mIRC scripting in a long time and I've forgotten how. :x


What if you take them off entirely and let the client do it instead? I mean most people have timestamps on in mIRC anyway. I'm pretty sure everyone who uses this script knows how to do that. o.o

____________________
I like gay porn. It's hot

Hapi-San
Posted on 02-21-07 04:10 AM Link | Quote | ID: 2958


Shyguy
Level: 22

Posts: 45/80
EXP: 56731
Next: 1619

Since: 02-19-07
From: London, UK

Last post: 6035 days
Last view: 6002 days
Posted by Tyrfing
What if you take them off entirely and let the client do it instead? I mean most people have timestamps on in mIRC anyway. I'm pretty sure everyone who uses this script knows how to do that. o.o

With the edit I made I've fixed it, and as it's a custom window it needs to be coded.

____________________
"Reality is merely an illusion, albeit a very persistent one." -Albert Einstein

Mervill
Posted on 02-21-07 04:46 AM Link | Quote | ID: 3010


Shyguy
Level: 23

Posts: 22/87
EXP: 64335
Next: 3388

Since: 02-19-07
From: The Moon

Last post: 6240 days
Last view: 6233 days
Kool, looks usefull, even though i spend little time on mIRC

Dr_Death16
Posted on 02-21-07 04:52 AM Link | Quote | ID: 3023


Porcupo
Level: 41

Posts: 40/317
EXP: 447490
Next: 32655

Since: 02-19-07

Last post: 5943 days
Last view: 3152 days
This is nice. Good work. If I ever get sick of Tina's neverending updates, I'll keep it in mind!

____________________

Sukasa
Posted on 02-21-07 06:33 AM Link | Quote | ID: 3200


Red Birdo
Level: 92

Posts: 31/2112
EXP: 7695469
Next: 61468

Since: 02-19-07

Last post: 4458 days
Last view: 3229 days
I added a little snippet in. Nothing complex, but add " && ($$1 == New)" in the IF statement to have all !slro8ball / !slro weather / etc responses *not* be moved to Tina's alternate window.

Ailure
Posted on 02-21-07 06:49 AM Link | Quote | ID: 3239

Hats
Steam Board2 group
Level: 121

Posts: 133/3965
EXP: 19794815
Next: 261881

Since: 02-19-07
From: Sweden, Skåne

Last post: 3311 days
Last view: 2062 days
Heh, there's just one thing.

#acmlm2 already serves that purpose for me.

____________________
AIM: gamefreak1337, MSN: Emil_sim@spray.se, XMPP: ailure@xmpp.kafuka.org

Pages: 1 2


Main - General Chat - A little something for mIRC users.. New thread | New reply

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 0.031 seconds. (330KB of memory used)
MySQL - queries: 112, rows: 140/141, time: 0.020 seconds.