├── addons ├── CHANSERV.PPA ├── EXTRAS.PPA ├── LASTSEEN.PPA ├── LOGIN.PPA ├── LOGINARP.BAT ├── LOGINNS.BAT ├── NICKSERV.PPA ├── REROUTE.PPA ├── SERVICES.TXT ├── SOUND.PPA ├── XDCC.PPA ├── XW.PPA ├── reindex.ini └── spamblck.ppa ├── kicks.txt ├── pp-faq.txt ├── pp-readme.txt ├── quits.txt ├── script ├── 16.BMP ├── CHECK1.ICO ├── CHECK2.ICO ├── CHECK3.ICO ├── CHECK4.ICO ├── DLGTEXT.DAT ├── FILE1.ICO ├── FILE2.ICO ├── FILE3.ICO ├── FILE4.ICO ├── ICONS.BMP ├── MISCMENU.DAT ├── NETWFEAT.DAT ├── PAI1.BMP ├── PAI2.BMP ├── PAI3.BMP ├── PNP.ICO ├── PUNISH.DAT ├── PUNISH2.DAT ├── QUIKHELP.DAT ├── SERVFEAT.DAT ├── SNOTICE.DAT ├── WALLOP.DAT ├── addon.mrc ├── addon320.mrc ├── alias1.mrc ├── alias2.mrc ├── aliases.mrc ├── away.mrc ├── banlist.mrc ├── blank.mtp ├── blankpnp.mtp ├── cfgalias.mrc ├── config.mrc ├── ctcp.mrc ├── dcc.mrc ├── defcfg │ ├── ACTIONS.DAT │ ├── AWAY.LIS │ ├── BLACK.LIS │ ├── CONFIG.INI │ ├── CTCP.DAT │ ├── KICK.LIS │ ├── USERS.MRC │ ├── cfgvar.dat │ └── theme.mtp ├── dofirst.ini ├── events.mtp ├── favorite.mrc ├── first.mrc ├── firstime.mrc ├── gui.mrc ├── info.mrc ├── last.mrc ├── msgdefs.dat ├── newtheme.mrc ├── notice.mrc ├── notify.mrc ├── opcmd.mrc ├── pp4title1.png ├── pp4title2.png ├── pp4title3.png ├── pp4title4.png ├── pp4title5.png ├── pp4title6.png ├── pp4title7.png ├── pp4title8.png ├── profile.mrc ├── protect.mrc ├── protedit.mrc ├── ptm │ ├── ADDON.PTM │ ├── ADDON320.ptm │ ├── ALIAS1.PTM │ ├── ALIAS2.PTM │ ├── ALIASES.PTM │ ├── AWAY.PTM │ ├── BANLIST.PTM │ ├── CFGALIAS.PTM │ ├── CHANSERV.PTM │ ├── CONFIG.ptm │ ├── DCC.ptm │ ├── DLGTEXT.ptm │ ├── EXTRAS.PTM │ ├── FAVORITE.ptm │ ├── FIRST.ptm │ ├── FIRSTIME.ptm │ ├── GUI.ptm │ ├── INFO.ptm │ ├── LAST.ptm │ ├── LOGIN.PTM │ ├── MISCMENU.ptm │ ├── NEWTHEME.ptm │ ├── NICKSERV.PTM │ ├── NOTICE.ptm │ ├── NOTIFY.ptm │ ├── PROFILE.ptm │ ├── PROTECT.ptm │ ├── PUNISH.ptm │ ├── PUNISH2.ptm │ ├── QUIKHELP.ptm │ ├── REGISTER.ptm │ ├── REINDEX.PTM │ ├── REROUTE.PTM │ ├── SCRIPT.ptm │ ├── SNOTICE.ptm │ ├── SNOTICE2.ptm │ ├── SOUND.PTM │ ├── THEMEDIT.ptm │ ├── UPGRADE.ptm │ ├── USERLIST.ptm │ ├── WALLOP.ptm │ ├── XDCC.PTM │ ├── XW.PTM │ ├── ctcp.ptm │ ├── dofirst.ptm │ ├── events.ptm │ ├── lastseen.ptm │ ├── msgdefs.ptm │ ├── opcmd.ptm │ ├── protedit.ptm │ ├── rawdisp.ptm │ ├── spamblck.ptm │ └── window.ptm ├── rawdisp.mrc ├── register.mrc ├── script.mrc ├── snotice.mrc ├── theme1.png ├── theme2.png ├── theme3.png ├── theme4.png ├── theme5.png ├── themedit.mrc ├── trans │ ├── english.ini │ ├── nederlands.ini │ └── turkish.ini ├── translate.mrc ├── transup.ini ├── upgrade.mrc ├── userlist.mrc └── window.mrc ├── themes ├── eleet.mrc ├── eleet.mts ├── eleet2.mrc ├── eleet2.mts ├── eleet3.mrc ├── eleet3.mts ├── mirc.mts ├── pnp.mts ├── pnp2.mts ├── test.mts └── test2.mts └── whatsnew.txt /addons/CHANSERV.PPA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/CHANSERV.PPA -------------------------------------------------------------------------------- /addons/EXTRAS.PPA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/EXTRAS.PPA -------------------------------------------------------------------------------- /addons/LASTSEEN.PPA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/LASTSEEN.PPA -------------------------------------------------------------------------------- /addons/LOGIN.PPA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/LOGIN.PPA -------------------------------------------------------------------------------- /addons/LOGINARP.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/LOGINARP.BAT -------------------------------------------------------------------------------- /addons/LOGINNS.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/LOGINNS.BAT -------------------------------------------------------------------------------- /addons/NICKSERV.PPA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/NICKSERV.PPA -------------------------------------------------------------------------------- /addons/REROUTE.PPA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/REROUTE.PPA -------------------------------------------------------------------------------- /addons/SERVICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/SERVICES.TXT -------------------------------------------------------------------------------- /addons/SOUND.PPA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/SOUND.PPA -------------------------------------------------------------------------------- /addons/XDCC.PPA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/XDCC.PPA -------------------------------------------------------------------------------- /addons/XW.PPA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/XW.PPA -------------------------------------------------------------------------------- /addons/reindex.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/reindex.ini -------------------------------------------------------------------------------- /addons/spamblck.ppa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/addons/spamblck.ppa -------------------------------------------------------------------------------- /kicks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/kicks.txt -------------------------------------------------------------------------------- /pp-faq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/pp-faq.txt -------------------------------------------------------------------------------- /pp-readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/pp-readme.txt -------------------------------------------------------------------------------- /quits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/quits.txt -------------------------------------------------------------------------------- /script/16.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/16.BMP -------------------------------------------------------------------------------- /script/CHECK1.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/CHECK1.ICO -------------------------------------------------------------------------------- /script/CHECK2.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/CHECK2.ICO -------------------------------------------------------------------------------- /script/CHECK3.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/CHECK3.ICO -------------------------------------------------------------------------------- /script/CHECK4.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/CHECK4.ICO -------------------------------------------------------------------------------- /script/DLGTEXT.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/DLGTEXT.DAT -------------------------------------------------------------------------------- /script/FILE1.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/FILE1.ICO -------------------------------------------------------------------------------- /script/FILE2.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/FILE2.ICO -------------------------------------------------------------------------------- /script/FILE3.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/FILE3.ICO -------------------------------------------------------------------------------- /script/FILE4.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/FILE4.ICO -------------------------------------------------------------------------------- /script/ICONS.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ICONS.BMP -------------------------------------------------------------------------------- /script/MISCMENU.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/MISCMENU.DAT -------------------------------------------------------------------------------- /script/NETWFEAT.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/NETWFEAT.DAT -------------------------------------------------------------------------------- /script/PAI1.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/PAI1.BMP -------------------------------------------------------------------------------- /script/PAI2.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/PAI2.BMP -------------------------------------------------------------------------------- /script/PAI3.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/PAI3.BMP -------------------------------------------------------------------------------- /script/PNP.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/PNP.ICO -------------------------------------------------------------------------------- /script/PUNISH.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/PUNISH.DAT -------------------------------------------------------------------------------- /script/PUNISH2.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/PUNISH2.DAT -------------------------------------------------------------------------------- /script/QUIKHELP.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/QUIKHELP.DAT -------------------------------------------------------------------------------- /script/SERVFEAT.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/SERVFEAT.DAT -------------------------------------------------------------------------------- /script/SNOTICE.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/SNOTICE.DAT -------------------------------------------------------------------------------- /script/WALLOP.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/WALLOP.DAT -------------------------------------------------------------------------------- /script/addon.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/addon.mrc -------------------------------------------------------------------------------- /script/addon320.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/addon320.mrc -------------------------------------------------------------------------------- /script/alias1.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/alias1.mrc -------------------------------------------------------------------------------- /script/alias2.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/alias2.mrc -------------------------------------------------------------------------------- /script/aliases.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/aliases.mrc -------------------------------------------------------------------------------- /script/away.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/away.mrc -------------------------------------------------------------------------------- /script/banlist.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/banlist.mrc -------------------------------------------------------------------------------- /script/blank.mtp: -------------------------------------------------------------------------------- 1 | [mts] 2 | PnPTheme 1 3 | MTSVersion 1.0 4 | Name Default mIRC display 5 | -------------------------------------------------------------------------------- /script/blankpnp.mtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/blankpnp.mtp -------------------------------------------------------------------------------- /script/cfgalias.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/cfgalias.mrc -------------------------------------------------------------------------------- /script/config.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/config.mrc -------------------------------------------------------------------------------- /script/ctcp.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ctcp.mrc -------------------------------------------------------------------------------- /script/dcc.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/dcc.mrc -------------------------------------------------------------------------------- /script/defcfg/ACTIONS.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/defcfg/ACTIONS.DAT -------------------------------------------------------------------------------- /script/defcfg/AWAY.LIS: -------------------------------------------------------------------------------- 1 | brb 2 | work 3 | lunch 4 | bbl 5 | school 6 | -------------------------------------------------------------------------------- /script/defcfg/BLACK.LIS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/defcfg/BLACK.LIS -------------------------------------------------------------------------------- /script/defcfg/CONFIG.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/defcfg/CONFIG.INI -------------------------------------------------------------------------------- /script/defcfg/CTCP.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/defcfg/CTCP.DAT -------------------------------------------------------------------------------- /script/defcfg/KICK.LIS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/defcfg/KICK.LIS -------------------------------------------------------------------------------- /script/defcfg/USERS.MRC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/defcfg/USERS.MRC -------------------------------------------------------------------------------- /script/defcfg/cfgvar.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/defcfg/cfgvar.dat -------------------------------------------------------------------------------- /script/defcfg/theme.mtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/defcfg/theme.mtp -------------------------------------------------------------------------------- /script/dofirst.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/dofirst.ini -------------------------------------------------------------------------------- /script/events.mtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/events.mtp -------------------------------------------------------------------------------- /script/favorite.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/favorite.mrc -------------------------------------------------------------------------------- /script/first.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/first.mrc -------------------------------------------------------------------------------- /script/firstime.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/firstime.mrc -------------------------------------------------------------------------------- /script/gui.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/gui.mrc -------------------------------------------------------------------------------- /script/info.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/info.mrc -------------------------------------------------------------------------------- /script/last.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/last.mrc -------------------------------------------------------------------------------- /script/msgdefs.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/msgdefs.dat -------------------------------------------------------------------------------- /script/newtheme.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/newtheme.mrc -------------------------------------------------------------------------------- /script/notice.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/notice.mrc -------------------------------------------------------------------------------- /script/notify.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/notify.mrc -------------------------------------------------------------------------------- /script/opcmd.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/opcmd.mrc -------------------------------------------------------------------------------- /script/pp4title1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/pp4title1.png -------------------------------------------------------------------------------- /script/pp4title2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/pp4title2.png -------------------------------------------------------------------------------- /script/pp4title3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/pp4title3.png -------------------------------------------------------------------------------- /script/pp4title4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/pp4title4.png -------------------------------------------------------------------------------- /script/pp4title5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/pp4title5.png -------------------------------------------------------------------------------- /script/pp4title6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/pp4title6.png -------------------------------------------------------------------------------- /script/pp4title7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/pp4title7.png -------------------------------------------------------------------------------- /script/pp4title8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/pp4title8.png -------------------------------------------------------------------------------- /script/profile.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/profile.mrc -------------------------------------------------------------------------------- /script/protect.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/protect.mrc -------------------------------------------------------------------------------- /script/protedit.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/protedit.mrc -------------------------------------------------------------------------------- /script/ptm/ADDON.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/ADDON.PTM -------------------------------------------------------------------------------- /script/ptm/ADDON320.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/ADDON320.ptm -------------------------------------------------------------------------------- /script/ptm/ALIAS1.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/ALIAS1.PTM -------------------------------------------------------------------------------- /script/ptm/ALIAS2.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/ALIAS2.PTM -------------------------------------------------------------------------------- /script/ptm/ALIASES.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/ALIASES.PTM -------------------------------------------------------------------------------- /script/ptm/AWAY.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/AWAY.PTM -------------------------------------------------------------------------------- /script/ptm/BANLIST.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/BANLIST.PTM -------------------------------------------------------------------------------- /script/ptm/CFGALIAS.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/CFGALIAS.PTM -------------------------------------------------------------------------------- /script/ptm/CHANSERV.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/CHANSERV.PTM -------------------------------------------------------------------------------- /script/ptm/CONFIG.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/CONFIG.ptm -------------------------------------------------------------------------------- /script/ptm/DCC.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/DCC.ptm -------------------------------------------------------------------------------- /script/ptm/DLGTEXT.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/DLGTEXT.ptm -------------------------------------------------------------------------------- /script/ptm/EXTRAS.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/EXTRAS.PTM -------------------------------------------------------------------------------- /script/ptm/FAVORITE.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/FAVORITE.ptm -------------------------------------------------------------------------------- /script/ptm/FIRST.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/FIRST.ptm -------------------------------------------------------------------------------- /script/ptm/FIRSTIME.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/FIRSTIME.ptm -------------------------------------------------------------------------------- /script/ptm/GUI.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/GUI.ptm -------------------------------------------------------------------------------- /script/ptm/INFO.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/INFO.ptm -------------------------------------------------------------------------------- /script/ptm/LAST.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/LAST.ptm -------------------------------------------------------------------------------- /script/ptm/LOGIN.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/LOGIN.PTM -------------------------------------------------------------------------------- /script/ptm/MISCMENU.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/MISCMENU.ptm -------------------------------------------------------------------------------- /script/ptm/NEWTHEME.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/NEWTHEME.ptm -------------------------------------------------------------------------------- /script/ptm/NICKSERV.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/NICKSERV.PTM -------------------------------------------------------------------------------- /script/ptm/NOTICE.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/NOTICE.ptm -------------------------------------------------------------------------------- /script/ptm/NOTIFY.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/NOTIFY.ptm -------------------------------------------------------------------------------- /script/ptm/PROFILE.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/PROFILE.ptm -------------------------------------------------------------------------------- /script/ptm/PROTECT.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/PROTECT.ptm -------------------------------------------------------------------------------- /script/ptm/PUNISH.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/PUNISH.ptm -------------------------------------------------------------------------------- /script/ptm/PUNISH2.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/PUNISH2.ptm -------------------------------------------------------------------------------- /script/ptm/QUIKHELP.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/QUIKHELP.ptm -------------------------------------------------------------------------------- /script/ptm/REGISTER.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/REGISTER.ptm -------------------------------------------------------------------------------- /script/ptm/REINDEX.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/REINDEX.PTM -------------------------------------------------------------------------------- /script/ptm/REROUTE.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/REROUTE.PTM -------------------------------------------------------------------------------- /script/ptm/SCRIPT.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/SCRIPT.ptm -------------------------------------------------------------------------------- /script/ptm/SNOTICE.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/SNOTICE.ptm -------------------------------------------------------------------------------- /script/ptm/SNOTICE2.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/SNOTICE2.ptm -------------------------------------------------------------------------------- /script/ptm/SOUND.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/SOUND.PTM -------------------------------------------------------------------------------- /script/ptm/THEMEDIT.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/THEMEDIT.ptm -------------------------------------------------------------------------------- /script/ptm/UPGRADE.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/UPGRADE.ptm -------------------------------------------------------------------------------- /script/ptm/USERLIST.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/USERLIST.ptm -------------------------------------------------------------------------------- /script/ptm/WALLOP.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/WALLOP.ptm -------------------------------------------------------------------------------- /script/ptm/XDCC.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/XDCC.PTM -------------------------------------------------------------------------------- /script/ptm/XW.PTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/XW.PTM -------------------------------------------------------------------------------- /script/ptm/ctcp.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/ctcp.ptm -------------------------------------------------------------------------------- /script/ptm/dofirst.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/dofirst.ptm -------------------------------------------------------------------------------- /script/ptm/events.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/events.ptm -------------------------------------------------------------------------------- /script/ptm/lastseen.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/lastseen.ptm -------------------------------------------------------------------------------- /script/ptm/msgdefs.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/msgdefs.ptm -------------------------------------------------------------------------------- /script/ptm/opcmd.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/opcmd.ptm -------------------------------------------------------------------------------- /script/ptm/protedit.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/protedit.ptm -------------------------------------------------------------------------------- /script/ptm/rawdisp.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/rawdisp.ptm -------------------------------------------------------------------------------- /script/ptm/spamblck.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/spamblck.ptm -------------------------------------------------------------------------------- /script/ptm/window.ptm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/ptm/window.ptm -------------------------------------------------------------------------------- /script/rawdisp.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/rawdisp.mrc -------------------------------------------------------------------------------- /script/register.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/register.mrc -------------------------------------------------------------------------------- /script/script.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/script.mrc -------------------------------------------------------------------------------- /script/snotice.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/snotice.mrc -------------------------------------------------------------------------------- /script/theme1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/theme1.png -------------------------------------------------------------------------------- /script/theme2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/theme2.png -------------------------------------------------------------------------------- /script/theme3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/theme3.png -------------------------------------------------------------------------------- /script/theme4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/theme4.png -------------------------------------------------------------------------------- /script/theme5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/theme5.png -------------------------------------------------------------------------------- /script/themedit.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/themedit.mrc -------------------------------------------------------------------------------- /script/trans/english.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/trans/english.ini -------------------------------------------------------------------------------- /script/trans/nederlands.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/trans/nederlands.ini -------------------------------------------------------------------------------- /script/trans/turkish.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/trans/turkish.ini -------------------------------------------------------------------------------- /script/translate.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/translate.mrc -------------------------------------------------------------------------------- /script/transup.ini: -------------------------------------------------------------------------------- 1 | [translation] 2 | enabled=yes 3 | -------------------------------------------------------------------------------- /script/upgrade.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/upgrade.mrc -------------------------------------------------------------------------------- /script/userlist.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/userlist.mrc -------------------------------------------------------------------------------- /script/window.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/script/window.mrc -------------------------------------------------------------------------------- /themes/eleet.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/themes/eleet.mrc -------------------------------------------------------------------------------- /themes/eleet.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/themes/eleet.mts -------------------------------------------------------------------------------- /themes/eleet2.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/themes/eleet2.mrc -------------------------------------------------------------------------------- /themes/eleet2.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/themes/eleet2.mts -------------------------------------------------------------------------------- /themes/eleet3.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/themes/eleet3.mrc -------------------------------------------------------------------------------- /themes/eleet3.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/themes/eleet3.mts -------------------------------------------------------------------------------- /themes/mirc.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/themes/mirc.mts -------------------------------------------------------------------------------- /themes/pnp.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/themes/pnp.mts -------------------------------------------------------------------------------- /themes/pnp2.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/themes/pnp2.mts -------------------------------------------------------------------------------- /themes/test.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/themes/test.mts -------------------------------------------------------------------------------- /themes/test2.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/themes/test2.mts -------------------------------------------------------------------------------- /whatsnew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peace-and-protection/Peace-and-Protection/HEAD/whatsnew.txt --------------------------------------------------------------------------------