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

Added hostnames associeted to nicks in plugins/scripts

This commit is contained in:
Emmanuel Bouthenot
2006-04-08 21:03:31 +00:00
parent c525b231e4
commit 1f03444a6b
12 changed files with 26 additions and 4 deletions
+1
View File
@@ -118,6 +118,7 @@ struct t_plugin_nick_info
{
char *nick; /* nickname */
int flags; /* chanowner/chanadmin (unrealircd), */
char *host; /* hostname */
/* op, halfop, voice, away */
t_plugin_nick_info *prev_nick; /* link to previous nick */
t_plugin_nick_info *next_nick; /* link to next nick */