mirror of
https://github.com/znc/znc.git
synced 2026-05-01 02:52:30 +02:00
Link pyeval to its wiki page
This commit is contained in:
@@ -24,6 +24,7 @@ import znc
|
||||
|
||||
class pyeval(znc.Module, InteractiveInterpreter):
|
||||
module_types = [znc.CModInfo.UserModule, znc.CModInfo.NetworkModule]
|
||||
wiki_page = 'pyeval'
|
||||
|
||||
def write(self, data):
|
||||
for line in data.split('\n'):
|
||||
|
||||
Reference in New Issue
Block a user