3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

servermaps: fix wrong permission name

This commit is contained in:
James Lu 2016-12-09 21:43:39 -08:00
parent 3d4cb02ce2
commit 01f2a4ca20

View File

@ -14,7 +14,7 @@ def _map(irc, source, args, show_relay=True):
Shows the network map for the given network, or the current network if not specified."""
permissions.checkPermissions(irc, source, ['servermap.map', 'servermap.*'])
permissions.checkPermissions(irc, source, ['servermaps.map'])
try:
netname = args[0]