callerid: fix up isupport
This commit is contained in:
parent
6558648dc3
commit
7106e36ed3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ um_callerid_modinit(void)
|
||||||
user_modes['g'] = find_umode_slot();
|
user_modes['g'] = find_umode_slot();
|
||||||
construct_umodebuf();
|
construct_umodebuf();
|
||||||
|
|
||||||
add_isupport("CALLERID", isupport_stringptr, "g");
|
add_isupport("CALLERID", isupport_string, "g");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue