# | Line 909 | Line 909 | load_resv_database(void) | |
---|---|---|
909 | ||
910 | if (IsChanPrefix(*name)) | |
911 | { | |
912 | < | if ((conf = create_channel_resv(name, reason, 0)) == NULL) |
912 | > | if ((conf = create_channel_resv(name, reason)) == NULL) |
913 | continue; | |
914 | ||
915 | conf->setat = tmp64_setat; | |
# | Line 918 | Line 918 | load_resv_database(void) | |
918 | } | |
919 | else | |
920 | { | |
921 | < | if ((conf = create_nick_resv(name, reason, 0)) == NULL) |
921 | > | if ((conf = create_nick_resv(name, reason)) == NULL) |
922 | continue; | |
923 | ||
924 | conf->setat = tmp64_setat; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |