Added "server sendmsg" signal to replace server->send_message().

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3226 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2004-02-18 15:07:44 +00:00 committed by cras
commit 77cd7170f2
3 changed files with 22 additions and 3 deletions

View file

@ -935,6 +935,13 @@ Server::ctcp_send_reply(data)
is the full raw command to be sent to server, like
"NOTICE nick :\001VERSION irssi\001"
Server::isupport(name)
Returns the value of the named item in the ISUPPORT (005) numeric to the
script. If the item is not present returns undef, if the item has no value
then "" is returned use defined $server->isupport("name") if you need to
check whether a property is present.
See http://www.ietf.org/internet-drafts/draft-brocklesby-irc-isupport-01.txt
for more information on the ISUPPORT numeric.
*** IRC channels