mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
User changes are sent to botnet. Botnet commands are automatically sent
forward unless you stop it with signal_stop_by_name("botnet event").
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@249 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
59d47df22d
commit
4255d6c075
10 changed files with 498 additions and 126 deletions
|
|
@ -39,7 +39,13 @@ char *botuser_value2flags(int value);
|
|||
|
||||
USER_REC *botuser_find(const char *nick, const char *host);
|
||||
USER_REC *botuser_find_rec(CHANNEL_REC *channel, NICK_REC *nick);
|
||||
|
||||
USER_REC *botuser_add(const char *nick);
|
||||
void botuser_set_flags(USER_REC *user, int flags);
|
||||
void botuser_set_channel_flags(USER_REC *user, const char *channel, int flags);
|
||||
|
||||
USER_MASK_REC *botuser_add_mask(USER_REC *user, const char *mask);
|
||||
void botuser_set_mask_notflags(USER_REC *user, const char *mask, int not_flags);
|
||||
|
||||
void botuser_set_password(USER_REC *user, const char *password);
|
||||
int botuser_verify_password(USER_REC *user, const char *password);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue