1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Changed helloworld plugin connect event output

This commit is contained in:
James Booth 2013-08-03 00:31:27 +01:00
parent 6cb32996a5
commit d3a8d0c610

View File

@ -15,7 +15,7 @@ def prof_on_start():
helloworld()
def prof_on_connect():
helloworld();
prof.cons_show("Connected hello world plugin")
# local functions