mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
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:
parent
f2e9b8b395
commit
77cd7170f2
3 changed files with 22 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue