argumente immer noch nicht richtig geparst
This commit is contained in:
parent
bbce80de72
commit
7e79b64818
@ -3,9 +3,10 @@
|
|||||||
require 'xmpp4r'
|
require 'xmpp4r'
|
||||||
require 'xmpp4r/muc/helper/simplemucclient'
|
require 'xmpp4r/muc/helper/simplemucclient'
|
||||||
|
|
||||||
oldrev = gets.chomp
|
args = gets.chomp.split(/ /)
|
||||||
newrev = gets.chomp
|
oldrev = args[0]
|
||||||
refname = gets.chomp
|
newrev = args[1]
|
||||||
|
refname = args[2]
|
||||||
user = ENV['GL_USER']
|
user = ENV['GL_USER']
|
||||||
|
|
||||||
@jabber_id= "git@higgsboson.tk"
|
@jabber_id= "git@higgsboson.tk"
|
||||||
|
Loading…
Reference in New Issue
Block a user