1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

Add "irc_is_nick" for function info_get to check if a string is a valid IRC nick name (patch #7133)

This commit is contained in:
Sebastien Helleu
2010-03-25 10:39:07 +01:00
parent 96e6ae3fc3
commit e59bbbb40a
16 changed files with 144 additions and 56 deletions
+3 -1
View File
@@ -6,7 +6,9 @@
| irc | irc_buffer | ottiene puntatore al buffer per un server/canale/nick IRC | server,canale,nick (canale e nick sono opzionali)
| irc | irc_is_channel | 1 se la stringa è un canale IRC | nome canale
| irc | irc_is_channel | 1 if string is a valid IRC channel name | nome canale
| irc | irc_is_nick | 1 if string is a valid IRC nick name | nick
| irc | irc_nick | ottiene nick corrente su un server | nome server