View previous topic :: View next topic |
Author |
Message |
TuMTuM
Joined: 17 Feb 2002
Posts: 425
|
Posted: 05-08-2002 08:06 AM Post subject: Home made PnP plugins |
|
|
Here is my google plugin. |
|
Back to top |
|
TuMTuM
Joined: 17 Feb 2002
Posts: 425
|
Posted: 05-10-2002 07:19 AM Post subject: |
|
|
Here is the nfo script i made although not for pnp.
To use it, take a mirc instance, let it connect to efnet, and join #isonews and #nforce, then type /nforce and /isonews. Next, goto the #legal-rls channel and type /showreleases to test it. If that works, type /timerunlimted 0 0 showreleases and it will show a update everytime something is posted on nforce or isonews. |
|
Back to top |
|
TuMTuM
Joined: 17 Feb 2002
Posts: 425
|
Posted: 05-10-2002 10:46 AM Post subject: |
|
|
And here is my bandwidth analyzer. |
|
Back to top |
|
js995
Joined: 10 Feb 2002
Posts: 226
|
Posted: 05-10-2002 11:02 AM Post subject: |
|
|
godlike pcstats script available at www.chatterz.org
Features
developed by js995 & pezko ... for Peace and Protection only !
www.pairc.com if you dont have it , coz you should ....
missing your invision/excursion/ghey polaris clone theme ? well dont ... get a P&P theme designed by me to imitate them at the same url, www.chatterz.org
js |
|
Back to top |
|
TuMTuM
Joined: 17 Feb 2002
Posts: 425
|
Posted: 05-10-2002 11:09 AM Post subject: |
|
|
js995 wrote:
godlike pcstats script available at www.chatterz.org
Features
...
Why do you have more functions then my PCstats does? |
|
Back to top |
|
TuMTuM
Joined: 17 Feb 2002
Posts: 425
|
Posted: 05-10-2002 11:12 AM Post subject: |
|
|
Here is my cnn script, I know it aint perfect but who cares! |
|
Back to top |
|
js995
Joined: 10 Feb 2002
Posts: 226
|
Posted: 05-10-2002 01:09 PM Post subject: |
|
|
possibly because i have the development version .... lol
well, most of those are in there, except the DCC menu ... ( i think ) |
|
Back to top |
|
ouroboross
Joined: 09 Feb 2002
Posts: 139
|
Posted: 06-03-2002 06:35 PM Post subject: |
|
|
i made shit.ini...
/shit Shn
lolol
POOandPISS ownz you! |
|
Back to top |
|
ouroboross
Joined: 09 Feb 2002
Posts: 139
|
Posted: 06-03-2002 06:50 PM Post subject: |
|
|
@TuMTuM
I edited your nfo script...
Code: alias vcdquality {
if ($server) {
echo -a ---[ #vcdquality Releases addon ]---
}
else { echo -a :: Not conected.. ( and join #vcdquality ) }
}
on *:text:*[VCD QUALiTY] *:#: {
if ($nick == VCDQ) {
set %nfo $remove($1-,[VCD QUALiTY])
set %write.vcdquality 7«14vcdqaulity7»15 $strip($replace($remove($4-,[VCD QUALiTY],Update in), released by, ::))
write -c vcdquality.txt
write vcdquality.txt %write.vcdquality
}
}
on *:join:#vcdquality:if ($nick == $me) { vcdqaulity }
alias showreleases {
set %vcdquality.view { $read(vcdquality.txt,1) }
if (%vcdquality.view != %vcdquality.old) {
set %vcdquality.old %vcdquality.view
echo -a %vcdquality.old
msg #moo2joo %vcdquality.old
}
but what happens if youre on another server? or if you want to announce to another chan? (sorry im lame at scripting :p)
regards,
ouroboross |
|
Back to top |
|
ouroboross
Joined: 09 Feb 2002
Posts: 139
|
Posted: 06-04-2002 08:56 AM Post subject: |
|
|
fjeer! i have an addon manager dialog... but it does nothing mawahaha (unless you count the ok button :p)
Code:
;####################################
;# Addon Manager v0.1 #
:# by ouroboross #
;# works with Peace and Protection #
;####################################
#ppainfo off
[addon]
version=0.1
popup=Addon Manager
id=addon
ppver=4.22
[files]
1=Addon_manager.ppa
[notes]
1= Addon Manager by ouroboross
#ppainfo end
alias Addon.Manager {
dialog -m Addon Addon
}
dialog Addon {
title "Addon Manager v0.1"
size -1 -1 243 157
option dbu
list 1, 1, 3 100 146, sort hsbar
text "Title:" 2, 106 3 12 7
edit "", 3, 106 12 134 12, read
text "Author:" , 4, 106 27 18 7
edit "", 5, 106 37 134 12, read
text "Description:" , 6, 106 52 30 7
edit "", 7, 106 62 134 74, read
box "", 8, 3 139 157 15
button "Load", 9, 163 142 37 12
button "Ok", 10, 203 142 37 12, ok
text "Addon Manager v0.1 Scripted By ouroboross", 106, 5 145 150 8
}
;ok-button
on 1:dialog:addonck:87: {
Addon.SaveConfig
Addon.ReadConfig
}
|
|
Back to top |
|
M0nKeY
Joined: 09 Feb 2002
Posts: 1235
|
Posted: 06-04-2002 02:23 PM Post subject: |
|
|
Oooh.... A dialog that doesnt do anything, I'm trembling at your ability. :p |
|
Back to top |
|
|