"unrecognized or inaccessible verb: irc_chat"
This is all my IRC code I have so far:
mob
var
oncomp=0
list/irc=list()
verb
comp(c as command_text)
set hidden=1
if(!oncomp)
usr << "<i><u>You're not on a computer...</i></u>"
else
if(c=="irc")
winset(usr, "irc", "is-visible=true")
irc+=usr.alias
irc_chat(t as text)
set hidden=1
irc << output("[world.time] :: [usr.alias] > [t]","irc.output2")
I have the irc.input3 set to the default verb: "irc_chat" but when I type in it and hit enter, I get the error I stated above. Any help?
Thanks!
Thats how you type the verb, not irc_chat "