1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

Add IRC commands /samode, /sanick, /sapart, /saquit

This commit is contained in:
Sebastien Helleu
2009-10-10 12:47:55 +02:00
parent 62946024d8
commit b138ffb7ae
12 changed files with 614 additions and 23 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Version 0.3.1 (under dev!)
* alias: allow use of wildcards for /alias list (patch #6925)
* alias: allow /unalias to remove multiple aliases (patch #6926)
* alias: fix bug with arguments (bug #27440)
* irc: add command /sajoin (task #9770)
* irc: add commands /sajoin, /samode, /sanick, /sapart, /saquit (task #9770)
* irc: add options for CTCP, to block/customize CTCP reply (task #9693)
* irc: add missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
* irc: improve error management on socket error (recv/send)