mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 19:22:40 +01:00
modules/wiktionary.pl: always show all entries
This commit is contained in:
parent
8dd1a4bc3d
commit
abd6abcc6c
2
modules/wiktionary.pl
vendored
2
modules/wiktionary.pl
vendored
@ -62,6 +62,8 @@ my ($term, $lang, $section, $num, $all, $unique, $opt_e, $opt_p);
|
||||
$lang //= 'English';
|
||||
$section //= 'definitions';
|
||||
|
||||
$all //= 1;
|
||||
|
||||
if ($opt_p and $opt_e) {
|
||||
print "Options -e and -p cannot be used together.\n";
|
||||
exit 1;
|
||||
|
Loading…
Reference in New Issue
Block a user