Documentation
¶
Index ¶
- func ExtractTitle(url string) (title string, err error)
- func ExtractURL(str string) (url string, err error)
- func FixInvalidUTF8(broken string) string
- func GetPage(url string) (string, error)
- func GetPageWithAuth(url string, user string, pass string) (string, error)
- func IRCAction(conn *irc.Connection, channel, action string)
- func IRCAway(conn *irc.Connection, message ...string)
- func IRCInvite(conn *irc.Connection, nick, channel string)
- func IRCOper(conn *irc.Connection, user, pass string)
- func IRCRedispatch(conn *irc.Connection, code, raw, nick, host, source, user string, ...)
- func IRCTopic(conn *irc.Connection, channel string, topic ...string)
- func Sleep(milliseconds int64)
- func SliceToJavascriptArray(js *otto.Otto, slice interface{}) otto.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractTitle ¶
func ExtractURL ¶
Extracts an URL out of a string
func FixInvalidUTF8 ¶
func IRCRedispatch ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.