Skip to content

Instantly share code, notes, and snippets.

@clone1018
Created September 28, 2011 21:58
Show Gist options
  • Save clone1018/1249373 to your computer and use it in GitHub Desktop.
Save clone1018/1249373 to your computer and use it in GitHub Desktop.
.bf <prog> -- executes brainfuck program <prog>
.calc <term> -- returns Google Calculator result
.chnick <nick> - Change the nick!
.choose <choice1>, <choice2>, ... <choicen> -- makes a decision
.deadfly <adf.ly url> -- scrapes link shortened by adf.ly
.define/.dictionary <word> -- fetches definition of <word>
.down <url> -- checks to see if the site is down
.8ball <question> - ask the 8ball a question
.e/.etymology <word> -- Retrieves the etymology of chosen word
.expand <shorturl> -- expand link shortened url
.forget [.] <word> -- forgets the mapping that word had, '.' means here only
.gis <term> -- returns first google image result (safesearch off)
.g/.google <query> -- returns first google search result
calls grep on javamap for 1.5 to 1.6.4 - thanks mcp!
.hash <text> -- returns hashes of <text>
.haspaid <username> - checks if minecraft <username> has paid for the game
.isgd <url> -- shorten link using is.gd
.join <channel>
names to old and new
new client to old
old client to new
.mcping server[:port] - ping a minecraft server and show response.
controls memory.
.mode - set modes on things. admin only.
.nickometer <nick> - determine the lameness of a given nick
.no <word> is <data> -- remaps word to data
.part <channel> - Leave a channel
execute local python - only admins can use this
.python <prog> -- executes python code <prog>
.q/.quote [#chan] [nick] [#n]/.quote add <nick> <msg> -- gets random or [#n]th quote by <nick> or from <#chan>/adds quote
.remember [.] <word> is <data> -- maps word to data in the memory, '.' means here only
.repaste mode|list|[provider] [syntax] <pastebinurl> -- scrape mibpaste, reupload on given pastebin
.seen <nick> -- Tell when a nickname was last in active in irc
.tag <nick>/[add|del] <nick> <tag>/list [tag] -- get list of tags on <nick>/(un)marks <nick> as <tag>/gets list of tags/nicks marked as [tag]
.tell <nick> <message> -- relay <message> to <nick> when <nick> is around
.title <url> - get title of <url>
todo (add|del|list|search) [@user] args -- manipulates your todos
.translate [source language [target language]] <sentence> -- translates <sentence> from source language (default autodetect) to target language (default English) using Google Translate
.twitter <user>/<user> <n>/<id>/#<hashtag>/@<user> -- gets last/<n>th tweet from <user>/gets tweet <id>/gets random tweet with #<hashtag>/gets replied tweet from @<user>
.unforget [.] <word> -- re-remembers the mapping the word had before, '.' means here only
.u/.urban <phrase> -- looks up <phrase> on urbandictionary.com
.weather <location> [dontsave] -- gets weather data from Google
.w/.wiki <phrase> -- gets first sentence of wikipedia article on <phrase>
.wa/.wolframalpha <query> -- scrapes Wolfram Alpha's results for <query>
.youtube <query> -- returns the first YouTube search result for <query>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment