mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Sending files through botnet works.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@253 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9747762593
commit
ed14019530
10 changed files with 177 additions and 30 deletions
|
|
@ -32,6 +32,7 @@ typedef struct {
|
|||
|
||||
int not_flags; /* active not_flags based on current host mask,
|
||||
botuser_find() updates this */
|
||||
time_t last_modify; /* last time the user settings were modified */
|
||||
} USER_REC;
|
||||
|
||||
int botuser_flags2value(const char *flags);
|
||||
|
|
@ -50,4 +51,6 @@ 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);
|
||||
|
||||
void botuser_save(const char *fname);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue