WikiStates:IRC
From WikiStates
WikiStates has an IRC channel hosted on the Esper IRC network. It's the fastest way to get an answer to questions about WS. Point your IRC client to irc.esper.net port 6667, and join #wikistates, or follow this link.
Wikilinks in IRC
; Wikilinks 1.3.1
; By Blast, based on a script by CXI, based on a script by Masterhomer
; Just hit Alt-R and paste the following lines of code into a new script.
; * Supports {{links}} and [[links]], and [[piped|links]]
; * Supports multi-word links and multiple links per line
; If you're having any trouble making links open in a new window, try /set %wiki-uopt -n
; This script is dual-licensed under the GPL,
; version 2 or (at your option) any later version.
; See http://www.gnu.org/licenses/gpl.txt for more details.
on ^$*:HOTLINK:/[\{\}\[\]]{2}/:#,?,=:{ return }
on *:HOTLINK:*:#,?,=:{
tokenize 32 $remove($1,[[,]],{{,}})
if ($regex($hotline,(.*\[\[(.*? $+ $1 $+ .*?)(\|.*)?\]\].*|.*(\{\{.*? $+ $1 $+ .*?)\}\}.*))) {
url %wiki-uopt $+(http://wikistates.outwardhosting.com/wiki/,$replace($gettok($regml(2),1,124),{{,Template:,$chr(32),_))
}
}

