summary refs log blame commit diff stats
path: root/src/common/identd.c
blob: 430c7e8f80ec074e3661f2c92c3eaeb76e789235 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
">ph, "DCC Offer", HEXCHAT_PRI_NORM, dccoffer_cb, NULL); hexchat_printf (ph, "%s plugin loaded\n", name); return 1; } int hexchat_plugin_deinit (void) { hexchat_printf (ph, "%s plugin unloaded\n", name); return 1; }