This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ipy.exe for TwitterIrcGateway | |
import clr | |
import System | |
from System.Diagnostics import Trace | |
import Misuzilla.Applications.TwitterIrcGateway | |
import Misuzilla.Applications.TwitterIrcGateway.AddIns | |
import Misuzilla.Applications.TwitterIrcGateway.AddIns.Console | |
from Misuzilla.Applications.TwitterIrcGateway.AddIns.Console import Context |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import clr | |
import re | |
import Misuzilla.Applications.TwitterIrcGateway | |
from System import * | |
from System.Diagnostics import Trace | |
from Misuzilla.Net.Irc import * | |
from System.Runtime.InteropServices import Marshal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- These strings are used in the about:robots page, which ties in with the | |
robots theme used in the Firefox 3 Beta 2/3 first run pages... | |
https://www.mozilla.com/en-US/firefox/3.0b2/firstrun/ | |
https://www.mozilla.com/en-US/firefox/3.0b3/firstrun/ | |
They're just meant to be fun and whimsical, with references to some geeky | |
but well-known robots in movies and books. Be creative with translations! --> | |
<!-- Nonsense line from the movie "The Day The Earth Stood Still". No translation needed. --> | |
<!ENTITY robots.pagetitle "Gort! Klaatu barada nikto!"> | |
<!-- Movie: Logan's Run... Box (cybog): "Welcome Humans! I am ready for you." --> |