Programming mirc tools: pkmimg / cjoin

this is just a dump of stuff i have been quickly making on mirc because i need somewhere to put them for now. i wanted features and tools accessible from mirc to make things easier for myself; likewise, anyone else using this irc client can use these for their own convenience as well. i'm still working on adding more stuff which will be appended here

these are just small snippets until i have time to tackle new and bigger things. i'm open to suggestions for tools that are related to the site or pokemon. i'm also open to suggestions for improving what i have currently

--

loading mirc scripts
- type //echo $mircdir in mirc and open that specified folder
- open the "scripts" folder found in that directory
- place the .mrc file in that folder
- type //load -rs $mircdir [ $+ [ \scripts\filename.mrc ] ]
- or alternatively: press alt + r, click on the remote tab, click file, click load..., and select the .mrc file

--

pkmimg - pokemon image generator (last updated: 14 apr 2015)

small useful tool for anyone who wants to retrieve pokemon images to use in forum posts or whatever. box icons are from http://pldh.net/ and sprites/3d models are from http://play.pokemonshowdown.com/. there's an alternative link for sprites/3d models that are hosted on http://www.smogon.com/ particularly for on-site html

- dialog can be accessed by window right-click or by typing /pkmimg
- select a pokemon from the dropdown box and click "generate" to show links for the icon and model of the pokemon
- copy any single one of the text outputs to clipboard by clicking the "C" button next to the corresponding output
- a few alternate forms are excluded because they are irrelevant and are found only on either pldh or pokemon showdown but not both



changelog
14 apr 2015
- added image links for non-6th generation games
- fixed urls for pokemon with names that cannot be url encoded (farfetch'd, mr. mime, mime jr., flabébé)

13 apr 2015
- initial version

.mrc file: https://www.dropbox.com/s/rqhu88hzky8tqyu/pkmimg.mrc?dl=0

--

cjoin - channel manager (last updated: 13 apr 2015)

this is just to improve a feature for mirc functionality. instead of relying on mirc's "perform" commands or nickserv's ajoin list, this script allows the ability to control what channels are joined. it pops up upon connecting to irc by default or can be accessed by menus. from there, one can join all channels or only selected ones based off of a list of channels stored in a .txt file that can be edited

- dialog automatically opens on connect, or can be accessed by window right-click or by typing /cjoin
- the script automatically creates cjoin.txt in the mirc folder to store the list of channels
- join all channels in the customizable list, join a selected group of channels, or join a single channel by double-clicking it



.mrc file: https://www.dropbox.com/s/ek9omrg5f2ldaph/cjoin.mrc?dl=0
 
Last edited:

Users Who Are Viewing This Thread (Users: 1, Guests: 0)

Top