On Tue, Nov 19, 2013 at 7:58 AM, Jacob Peck <[email protected]> wrote:

> @language python
> import webbrowser
> webbrowser.open("http://webchat.freenode.net/?channels=%23leo&uio=d4";<http://webchat.freenode.net/?channels=%23leo&uio=d4>
> )
>

Extended to use the LeoID username as the irc nickname

@language python
import webbrowser
g.es('Opening irc webchat client and joining #leo')
url = "http://webchat.freenode.net/?channels=%s&uio=d4&nick=%s"; %
('%23leo', g.app.leoID)
webbrowser.open(url)

but note that "I'd have reservations about setting a newbie's nick to their
leoID... some people would use their first/last name as their leoID but
prefer to remain anonymous in IRC" --Terry on irc

-matt

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to